diff options
| author | Mark Otto <[email protected]> | 2017-01-09 21:23:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-15 17:51:26 -0800 |
| commit | fc82352594ba94ed415003acf79b727b86917d6a (patch) | |
| tree | 503bf77866a5ed5afdb6fa5c419c1d74827949b9 | |
| parent | 75848192da592fa6df9503f95e7ef192d43e0861 (diff) | |
| download | bootstrap-fc82352594ba94ed415003acf79b727b86917d6a.tar.xz bootstrap-fc82352594ba94ed415003acf79b727b86917d6a.zip | |
fixes #21625, closes #21539
don't set focus styles on the anchor, just set hover styles
| -rw-r--r-- | scss/_reboot.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 557829f25..266ed7819 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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; } |
