mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-20 20:30:58 +00:00
don't set focus styles on the anchor, just set hover styles
This commit is contained in:
parent
75848192da
commit
fc82352594
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ a {
|
|||
color: $link-color;
|
||||
text-decoration: $link-decoration;
|
||||
|
||||
@include hover-focus {
|
||||
@include hover {
|
||||
color: $link-hover-color;
|
||||
text-decoration: $link-hover-decoration;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue