Skip to content

Commit

Permalink
Update map.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4rkman committed Dec 30, 2024
1 parent 199976d commit 118f8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/map/map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ $flag-circle-opacity: 0.2;
}

/* Disable hover on touch devices */
@media (hover: none) {
@media (pointer: coarse) {
button:hover {
background-color: initial;
background-color: initial;
}
}

Expand Down

0 comments on commit 118f8a4

Please sign in to comment.