aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2020-11-02 20:55:41 +0000
committerGitHub <[email protected]>2020-11-02 20:55:41 +0000
commit3b64580949593f44eb5fcc397e9070f378758a96 (patch)
tree3c2678c072365d7a5e8b8ad91923c94103cfb7bc
parent6682bba82db029ce62b1d63949a077ddd7eb0bb6 (diff)
downloadbootstrap-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.scss1
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;