From: Wolfgang Goedel Date: Sat, 13 Jan 2018 07:50:25 +0000 (+0100) Subject: Fixed color for disabled buttons (#25167) X-Git-Tag: v4.0.0~33^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=588227f97f53f537da2bba5af6cb0619a0f91cfb;p=thirdparty%2Fbootstrap.git Fixed color for disabled buttons (#25167) --- diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss index 23a27f6b90..c2ab602ef7 100644 --- a/scss/mixins/_buttons.scss +++ b/scss/mixins/_buttons.scss @@ -28,6 +28,7 @@ // Disabled comes first so active can properly restyle &.disabled, &:disabled { + color: color-yiq($background); background-color: $background; border-color: $border; }