diff options
| -rw-r--r-- | scss/mixins/_buttons.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss index 23a27f6b9..c2ab602ef 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; } |
