Skip to content

Commit

Permalink
Make docs anchorjs links darker on keyboard focus (#32050)
Browse files Browse the repository at this point in the history
* Make docs anchorjs links darker on keyboard focus

Not just on mouse hover

* Update site/assets/scss/_anchor.scss

Co-authored-by: Mark Otto <markd.otto@gmail.com>

Co-authored-by: Mark Otto <markd.otto@gmail.com>
  • Loading branch information
2 people authored and XhmikosR committed Nov 5, 2020
1 parent f1acc7f commit 44d54eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/docs/4.5/assets/scss/_anchor.scss
Expand Up @@ -3,6 +3,7 @@
color: rgba($link-color, .5);
@include transition(color .15s ease-in-out, opacity .15s ease-in-out);

&:focus,
&:hover {
color: $link-color;
text-decoration: none;
Expand Down

0 comments on commit 44d54eb

Please sign in to comment.