diff options
| author | Patrick H. Lauke <[email protected]> | 2020-11-02 20:55:41 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-02 20:55:41 +0000 |
| commit | 3b64580949593f44eb5fcc397e9070f378758a96 (patch) | |
| tree | 3c2678c072365d7a5e8b8ad91923c94103cfb7bc | |
| parent | 6682bba82db029ce62b1d63949a077ddd7eb0bb6 (diff) | |
| download | bootstrap-3b64580949593f44eb5fcc397e9070f378758a96.tar.xz bootstrap-3b64580949593f44eb5fcc397e9070f378758a96.zip | |
Make docs anchorjs links darker on keyboard focus (#32050)
* Make docs anchorjs links darker on keyboard focus
Not just on mouse hover
* Update site/assets/scss/_anchor.scss
Co-authored-by: Mark Otto <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
| -rw-r--r-- | site/assets/scss/_anchor.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/assets/scss/_anchor.scss b/site/assets/scss/_anchor.scss index 4ce026a2a..96a7dbf9c 100644 --- a/site/assets/scss/_anchor.scss +++ b/site/assets/scss/_anchor.scss @@ -3,6 +3,7 @@ color: rgba($link-color, .5); @include transition(color .15s ease-in-out); + &:focus, &:hover { color: $link-color; text-decoration: none; |
