Correct a Sass typo that somehow slipped by in [29616].
see #28267. Built from https://develop.svn.wordpress.org/trunk@29648 git-svn-id: http://core.svn.wordpress.org/trunk@29422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0df2fa0c61
commit
d0a37ea07c
|
@ -13,7 +13,7 @@
|
||||||
background: darken( $button-color, 5% );
|
background: darken( $button-color, 5% );
|
||||||
border-color: darken( $button-color, 15% );
|
border-color: darken( $button-color, 15% );
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
box-shadow: inset 0 1px 0 lighten( $button-color, 10% ),
|
box-shadow: inset 0 1px 0 lighten( $button-color, 10% );
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Reference in New Issue