]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
#27220: cleanup .btn-link hover/focus properties (#27250)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Mon, 17 Sep 2018 12:34:34 +0000 (14:34 +0200)
committerAndres Galante <agalante@gmail.com>
Mon, 17 Sep 2018 12:34:34 +0000 (09:34 -0300)
scss/_buttons.scss

index e9e03a7d683c5e46145ffe4d8d5bd87d6275c196..17a94c2bd7dce5365e5837702457423e2d83f33a 100644 (file)
@@ -82,19 +82,15 @@ fieldset:disabled a.btn {
 .btn-link {
   font-weight: $font-weight-normal;
   color: $link-color;
-  background-color: transparent;
 
   @include hover {
     color: $link-hover-color;
     text-decoration: $link-hover-decoration;
-    background-color: transparent;
-    border-color: transparent;
   }
 
   &:focus,
   &.focus {
     text-decoration: $link-hover-decoration;
-    border-color: transparent;
     box-shadow: none;
   }