[Docs] Old habits die hard.
This commit is contained in:
parent
568fb47d0b
commit
9e19e937cf
@ -46,7 +46,7 @@ aside[role="sidebar"]
|
|||||||
+border-top-radius(3px)
|
+border-top-radius(3px)
|
||||||
border-top-color: #eaeaea
|
border-top-color: #eaeaea
|
||||||
&:hover, &:focus, &.selected
|
&:hover, &:focus, &.selected
|
||||||
border-top-color: #{$c} !important
|
border-top-color: $c !important
|
||||||
a
|
a
|
||||||
//color: #444
|
//color: #444
|
||||||
border: 1px solid
|
border: 1px solid
|
||||||
@ -57,17 +57,17 @@ aside[role="sidebar"]
|
|||||||
font-weight: bold
|
font-weight: bold
|
||||||
&:hover, &:focus, &.selected
|
&:hover, &:focus, &.selected
|
||||||
+border-radius
|
+border-radius
|
||||||
+text-shadow(#{lighten($c, 15)}, 0, 1px)
|
+text-shadow(lighten($c, 15), 0, 1px)
|
||||||
background: #{$c}
|
background: $c
|
||||||
+linear-gradient(color_stops(lighten($c, 1), $c))
|
+linear-gradient(color-stops(lighten($c, 1), $c))
|
||||||
position: relative
|
position: relative
|
||||||
z-index: 2
|
z-index: 2
|
||||||
padding: 3px 12px 3px 10px
|
padding: 3px 12px 3px 10px
|
||||||
margin: 0 -4px 0 -2px
|
margin: 0 -4px 0 -2px
|
||||||
color: #{desaturate(darken(#005498, 14), 20)}
|
color: desaturate(darken(#005498, 14), 20)
|
||||||
border-color: #{lighten($c, 5)} #{$c} #{darken($c, 7)} #{$c}
|
border-color: lighten($c, 5) $c darken($c, 7) $c
|
||||||
&:after
|
&:after
|
||||||
color: #{darken($c, 22)} !important
|
color: darken($c, 22) !important
|
||||||
//+text-shadow(darken($c, 22), 0, -1px)
|
//+text-shadow(darken($c, 22), 0, -1px)
|
||||||
&:after
|
&:after
|
||||||
content: "\25B8"
|
content: "\25B8"
|
||||||
|
Loading…
Reference in New Issue
Block a user