mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-28 07:44:43 +00:00
Merge pull request #15482 from liias/patch-1
Add .disabled class styling for .btn-styles in theme
This commit is contained in:
commit
619843472a
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@
|
|||
border-color: darken(@btn-color, 14%);
|
||||
}
|
||||
|
||||
&.disabled,
|
||||
&:disabled,
|
||||
&[disabled] {
|
||||
background-color: darken(@btn-color, 12%);
|
||||
|
|
|
|||
Loading…
Reference in a new issue