2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Adds underline back to btn-link on focus

This commit is contained in:
Andres Galante
2017-11-08 13:05:12 -03:00
committed by Patrick H. Lauke
parent 9c213b7f27
commit b755883059
+1
View File
@@ -86,6 +86,7 @@ fieldset[disabled] a.btn {
&:focus,
&.focus {
text-decoration: $link-hover-decoration;
border-color: transparent;
box-shadow: none;
}