]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove box-shadow from .btn-link:focus (#22998)
authorPatrick H. Lauke <redux@splintered.co.uk>
Wed, 5 Jul 2017 08:54:26 +0000 (10:54 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2017 08:54:26 +0000 (10:54 +0200)
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

index 944eb5ffaf7169ca54261860c29b47a26296c184..607f24a2d0e97da55c25de5cd265d7f40fb846be 100644 (file)
@@ -84,6 +84,7 @@ fieldset[disabled] a.btn {
   &:focus,
   &:active {
     border-color: transparent;
+    box-shadow: none;
   }
   @include hover {
     border-color: transparent;