aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Goedel <[email protected]>2018-01-13 08:50:25 +0100
committerXhmikosR <[email protected]>2018-01-13 09:50:25 +0200
commit588227f97f53f537da2bba5af6cb0619a0f91cfb (patch)
tree8d70b19abb2b8061bb85f06862b55137a59c7058
parent216c7ea20f9a96ece061fe2391b8a5d7740153c0 (diff)
downloadbootstrap-588227f97f53f537da2bba5af6cb0619a0f91cfb.tar.xz
bootstrap-588227f97f53f537da2bba5af6cb0619a0f91cfb.zip
Fixed color for disabled buttons (#25167)
-rw-r--r--scss/mixins/_buttons.scss1
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;
}