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
1 changed files with 1 additions and 0 deletions

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;
}