]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #21415 by moving disabled .btn-link color to the default state
authorMark Otto <markdotto@gmail.com>
Mon, 26 Dec 2016 22:02:24 +0000 (14:02 -0800)
committerMark Otto <markd.otto@gmail.com>
Wed, 28 Dec 2016 23:12:04 +0000 (15:12 -0800)
scss/_buttons.scss

index fdc7adc40bb71724dcad0db56c51bb65e57ece8f..8ea2bb7649c3819b6dff5b0f289fde423f5d248e 100644 (file)
@@ -130,8 +130,9 @@ fieldset[disabled] a.btn {
     background-color: transparent;
   }
   &:disabled {
+    color: $btn-link-disabled-color;
+
     @include hover-focus {
-      color: $btn-link-disabled-color;
       text-decoration: none;
     }
   }