]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add correct button-variant mixin hover color (#23657)
authorBen Hayward <ben@bioxcode.com>
Mon, 4 Sep 2017 22:34:10 +0000 (23:34 +0100)
committerMark Otto <markd.otto@gmail.com>
Mon, 4 Sep 2017 22:34:10 +0000 (15:34 -0700)
scss/mixins/_buttons.scss

index 312a18f1d8f9c2dcacde8a5558c248b1ee537935..44ce4f72e264b97535cf10163e822959e2294d62 100644 (file)
@@ -10,7 +10,7 @@
   @include box-shadow($btn-box-shadow);
 
   @include hover {
-    @include color-yiq($background);
+    @include color-yiq($active-background);
     background-color: $active-background;
     border-color: $active-border;
   }