Skip to content

Commit

Permalink
fix nav menu on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Dec 15, 2021
1 parent 20fa068 commit 1f330b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ footer {
}
}

nav.foldable-nav .ul-1 .with-child>input:checked~label:hover:before,
nav.foldable-nav .ul-1 .with-child>label:hover:before {
transform: none !important;
}

nav.foldable-nav .ul-1 .with-child>input:checked~label:hover:before {
transform: rotate(90deg) !important;
}

0 comments on commit 1f330b1

Please sign in to comment.