aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2018-09-17 14:34:34 +0200
committerAndres Galante <[email protected]>2018-09-17 09:34:34 -0300
commitbf4dab72dfa7ce2f848966c7e849b82846ae6c6e (patch)
tree57a1a2d453eeb67cf714e0e508723774e1633606
parent301a22b1642f679b8b911096d2ca076ec1431d73 (diff)
downloadbootstrap-bf4dab72dfa7ce2f848966c7e849b82846ae6c6e.tar.xz
bootstrap-bf4dab72dfa7ce2f848966c7e849b82846ae6c6e.zip
#27220: cleanup .btn-link hover/focus properties (#27250)
-rw-r--r--scss/_buttons.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss
index e9e03a7d6..17a94c2bd 100644
--- a/scss/_buttons.scss
+++ b/scss/_buttons.scss
@@ -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;
}