0
0
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:
Wolfgang Goedel 2018-01-13 08:50:25 +01:00 committed by XhmikosR
parent 216c7ea20f
commit 588227f97f

View File

@ -28,6 +28,7 @@
// Disabled comes first so active can properly restyle
&.disabled,
&:disabled {
color: color-yiq($background);
background-color: $background;
border-color: $border;
}