Skip to content

Commit

Permalink
Merge pull request #3843 from 3liz/backport-3836-to-release_3_6
Browse files Browse the repository at this point in the history
[Backport release_3_6]  remove hover:none rule (untrustable)
  • Loading branch information
rldhont authored Aug 21, 2023
2 parents 8c2b5cc + f1ab90a commit a5e2e44
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 @@ -179,7 +179,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 @@ -429,7 +429,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 a5e2e44

Please sign in to comment.