Correct a Sass typo that somehow slipped by in [29616].

see #28267.


git-svn-id: https://develop.svn.wordpress.org/trunk@29648 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-08-27 06:31:22 +00:00
parent 32953775cd
commit 1a1343dbd0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
background: darken( $button-color, 5% );
border-color: darken( $button-color, 15% );
color: $text-color;
box-shadow: inset 0 1px 0 lighten( $button-color, 10% ),
box-shadow: inset 0 1px 0 lighten( $button-color, 10% );
}
&:focus {