Adds underline back to btn-link on focus
This commit is contained in:
parent
9c213b7f27
commit
b755883059
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ fieldset[disabled] a.btn {
|
|||
|
||||
&:focus,
|
||||
&.focus {
|
||||
text-decoration: $link-hover-decoration;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue