also update hover states
This commit is contained in:
parent
cc95e7a4e6
commit
26aa5c64ab
|
@ -43,7 +43,7 @@ $top-height: 55px
|
|||
a
|
||||
display: block
|
||||
color: $grey1
|
||||
border-bottom: solid 1px $cream-dark
|
||||
border-bottom: solid 1px #eaebe7
|
||||
|
||||
@media #{$small-only}
|
||||
.navigation
|
||||
|
@ -84,6 +84,8 @@ $top-height: 55px
|
|||
height: $top-height
|
||||
line-height: $top-height + 2px
|
||||
border: none
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
|
||||
.navigation--profile
|
||||
float: right
|
||||
|
@ -99,7 +101,8 @@ $top-height: 55px
|
|||
line-height: 35px
|
||||
padding: 0 2em
|
||||
&:hover
|
||||
background-color: $cream-dark
|
||||
text-decoration: none
|
||||
background-color: $cream-light
|
||||
|
||||
.navigation--profile.signed-in
|
||||
.navigation-handle:hover + .navigation-nested,
|
||||
|
@ -109,4 +112,4 @@ $top-height: 55px
|
|||
right: 1rem
|
||||
display: block
|
||||
z-index: 90
|
||||
background-color: $cream-light
|
||||
background-color: #eaebe7
|
||||
|
|
Loading…
Reference in New Issue
Block a user