Skip to content

Commit

Permalink
Increase specificity for back arrow to show correct color on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger authored and oliverguenther committed Oct 7, 2024
1 parent 077437d commit a18d5bf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions frontend/src/global_styles/layout/_main_menu.sass
Original file line number Diff line number Diff line change
Expand Up @@ -191,17 +191,17 @@ $arrow-left-width: 40px
padding: 10px 10px 0 10px
height: calc(var(--main-menu-item-height) + 10px)

.main-menu--arrow-left-to-project
display: inline-block
width: $arrow-left-width
float: left
border-radius: 3px
padding-left: 14px
padding-right: 14px
border: 1px solid transparent
.main-menu--arrow-left-to-project
display: inline-block
width: $arrow-left-width
float: left
border-radius: 3px
padding-left: 14px
padding-right: 14px
border: 1px solid transparent

&:hover, &:focus, &:active
@include main-menu-hover
&:hover, &:focus, &:active
@include main-menu-hover

a.main-menu--parent-node
border: 1px solid transparent
Expand Down

0 comments on commit a18d5bf

Please sign in to comment.