Skip to content

Commit

Permalink
Fix style hover on coupling menu
Browse files Browse the repository at this point in the history
  • Loading branch information
noracato committed Oct 23, 2023
1 parent 9df7268 commit ed31005
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/assets/stylesheets/_header.sass
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ header.main-header
padding: 0.25rem 1rem
white-space: nowrap
&:hover
background-color: #498dd3
background-color: $landing-blue
color: white !important
cursor: pointer
text-decoration: none
Expand All @@ -434,7 +434,7 @@ header.main-header
&.inset
padding-left: 2rem
&.text:hover
background-color: #fff
background-color: inherit
color: #444 !important
cursor: default
&.text
Expand All @@ -443,9 +443,7 @@ header.main-header
color: $landing-blue !important
text-decoration: underline
&.external:hover
color: darken($landing-blue, 23%) !important
background-color: #fff
cursor: pointer
color: #fff !important

button.dropdown-item
background: none
Expand Down

0 comments on commit ed31005

Please sign in to comment.