From edae6a2e1dea3576d4c4afb441ed2de958258b98 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 5 Jul 2017 10:54:26 +0200 Subject: [PATCH] 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 --- scss/_buttons.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 944eb5ffaf..607f24a2d0 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -84,6 +84,7 @@ fieldset[disabled] a.btn { &:focus, &:active { border-color: transparent; + box-shadow: none; } @include hover { border-color: transparent;