#27220: cleanup .btn-link hover/focus properties (#27250)

This commit is contained in:
Martijn Cuppens 2018-09-17 14:34:34 +02:00 committed by Andres Galante
parent 301a22b164
commit bf4dab72df

View 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;
}