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