Merge pull request #15482 from liias/patch-1

Add .disabled class styling for .btn-styles in theme
This commit is contained in:
Mark Otto 2015-01-15 15:34:34 -08:00
commit 619843472a

View File

@ -52,6 +52,7 @@
border-color: darken(@btn-color, 14%);
}
&.disabled,
&:disabled,
&[disabled] {
background-color: darken(@btn-color, 12%);