]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added focus state to .btn-link (#30036)
authorTim Dujardin <timdujardin7@gmail.com>
Mon, 23 Mar 2020 17:08:17 +0000 (18:08 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2020 17:08:17 +0000 (18:08 +0100)
scss/_buttons.scss

index 1b27a7d34f3a020f77366a25ee3a8df920e747ad..7381de5332bdd70f54dd2aec45275fa940b8b4b8 100644 (file)
@@ -84,7 +84,6 @@
   &:focus,
   &.focus {
     text-decoration: $link-hover-decoration;
-    box-shadow: none;
   }
 
   &:disabled,