From 588227f97f53f537da2bba5af6cb0619a0f91cfb Mon Sep 17 00:00:00 2001 From: Wolfgang Goedel Date: Sat, 13 Jan 2018 08:50:25 +0100 Subject: [PATCH] Fixed color for disabled buttons (#25167) --- scss/mixins/_buttons.scss | 1 + 1 file changed, 1 insertion(+) 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; }