Skip to content

Commit

Permalink
remove hover:non rule (untrustable) see issue #3829 (#3836)
Browse files Browse the repository at this point in the history
  • Loading branch information
nworr authored Aug 16, 2023
1 parent 6cc3585 commit 47f1c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lizmap/www/assets/css/media.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ only screen and ( max-device-height : 640px) {
}
}
/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
@media (pointer: coarse) {
#navbar button.btn{
height : 40px;
width : 40px;
Expand Down Expand Up @@ -428,7 +428,7 @@ only screen and ( max-device-height : 640px) {
}
}

@media (hover: none) and (pointer: coarse) and (orientation: portrait){
@media (pointer: coarse) and (orientation: portrait){
#docks-wrapper{
flex-direction: column;
}
Expand Down

0 comments on commit 47f1c1c

Please sign in to comment.