Skip to content

Commit

Permalink
Mobile phone hover fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik-Dudek-code committed Nov 8, 2024
1 parent 0078814 commit f74502f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/blocks/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
&:hover &--label {
opacity: 1;
transform: translateY(-50%) translateX(0);

@include responsive-settings-max($media-medium) {
opacity: 0;
}
}

&:not(:hover) &--label {
Expand Down

0 comments on commit f74502f

Please sign in to comment.