mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 00:54:04 +02:00
Fixed color for disabled buttons (#25167)
This commit is contained in:
committed by
XhmikosR
parent
216c7ea20f
commit
588227f97f
@@ -28,6 +28,7 @@
|
|||||||
// Disabled comes first so active can properly restyle
|
// Disabled comes first so active can properly restyle
|
||||||
&.disabled,
|
&.disabled,
|
||||||
&:disabled {
|
&:disabled {
|
||||||
|
color: color-yiq($background);
|
||||||
background-color: $background;
|
background-color: $background;
|
||||||
border-color: $border;
|
border-color: $border;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user