]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed color for disabled buttons (#25167)
authorWolfgang Goedel <wolf.goedel@me.com>
Sat, 13 Jan 2018 07:50:25 +0000 (08:50 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 13 Jan 2018 07:50:25 +0000 (09:50 +0200)
scss/mixins/_buttons.scss

index 23a27f6b9023c83e57714793c9383c346716e0c8..c2ab602ef7183041bc8126d111b23efab81edc58 100644 (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;
   }