Remove box-shadow from .btn-link:focus (#22998)

When focused, these buttons styled as links still give good visible focus indication through the underline, so this should not be a concern. Closes #22655
This commit is contained in:
Patrick H. Lauke 2017-07-05 10:54:26 +02:00 committed by GitHub
parent 88b2e228c2
commit edae6a2e1d

View File

@ -84,6 +84,7 @@ fieldset[disabled] a.btn {
&:focus, &:focus,
&:active { &:active {
border-color: transparent; border-color: transparent;
box-shadow: none;
} }
@include hover { @include hover {
border-color: transparent; border-color: transparent;