]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove active styling from focus
authorMark Otto <markdotto@gmail.com>
Tue, 27 Dec 2016 17:46:30 +0000 (09:46 -0800)
committerMark Otto <markd.otto@gmail.com>
Wed, 28 Dec 2016 23:12:04 +0000 (15:12 -0800)
scss/mixins/_buttons.scss

index 51bf93937b12c7db31df9ac0ec2f14c814256bc3..80d0f6cc27a6e3365d70bbcee61f84fbefdd93e2 100644 (file)
@@ -20,9 +20,6 @@
   }
   &:focus,
   &.focus {
-    color: $color;
-    background-color: $active-background;
-    border-color: $active-border;
     box-shadow: 0 0 0 2px rgba($border, .5);
   }