From: Patrick H. Lauke Date: Wed, 5 Jul 2017 08:54:26 +0000 (+0200) Subject: Remove box-shadow from .btn-link:focus (#22998) X-Git-Tag: v4.0.0-beta~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edae6a2e1dea3576d4c4afb441ed2de958258b98;p=thirdparty%2Fbootstrap.git 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 --- 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;