mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +01:00
Fixed color for disabled buttons (#25167)
This commit is contained in:
parent
216c7ea20f
commit
588227f97f
@ -28,6 +28,7 @@
|
||||
// Disabled comes first so active can properly restyle
|
||||
&.disabled,
|
||||
&:disabled {
|
||||
color: color-yiq($background);
|
||||
background-color: $background;
|
||||
border-color: $border;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user