From 80c32c7fb43d70980cb764a055460e68bb5b3556 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 5 Jul 2017 09:22:58 +0100 Subject: [PATCH] Remove box shadow from .btn-link:focus 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 944eb5ffaf7..607f24a2d0e 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;