Commit 61984347 authored by Mark Otto's avatar Mark Otto

Merge pull request #15482 from liias/patch-1

Add .disabled class styling for .btn-styles in theme
parents f31f6b9b ba8a40e7
......@@ -52,6 +52,7 @@
border-color: darken(@btn-color, 14%);
}
&.disabled,
&:disabled,
&[disabled] {
background-color: darken(@btn-color, 12%);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment