Skip to content

Commit

Permalink
update docs navigation arrow on hover (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Sep 15, 2022
1 parent 6488360 commit c5214bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions assets/scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,12 @@ nav.foldable-nav {

.ul-1 .with-child > label:hover:before {
color: $primary;
transform: rotate(30deg);
transition: transform 0.5s;
transition: color 0.3s;
}

.ul-1 .with-child > input:checked ~ label:hover:before {
color: $primary;
transform: rotate(60deg) !important;
transition: transform 0.5s;
transition: color 0.3s;
}
}
}

0 comments on commit c5214bc

Please sign in to comment.