Commit edae6a2e authored by Patrick H. Lauke's avatar Patrick H. Lauke Committed by GitHub
Browse files

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
parent 88b2e228
5 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!17021v4
Showing with 1 addition and 0 deletions
+1 -0
......@@ -84,6 +84,7 @@ fieldset[disabled] a.btn {
&:focus,
&:active {
border-color: transparent;
box-shadow: none;
}
@include hover {
border-color: transparent;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment