diff options
| author | Mark Otto <[email protected]> | 2019-07-25 00:17:43 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-25 10:25:39 +0300 |
| commit | 172d580db37a24d8f564acc5ae4deb811ba85699 (patch) | |
| tree | ddc4bcf659a6df7d972ac91bc4e05accf401b572 | |
| parent | 3adcf3a9543aedef3dd0cdfa042f756053b02d08 (diff) | |
| download | bootstrap-172d580db37a24d8f564acc5ae4deb811ba85699.tar.xz bootstrap-172d580db37a24d8f564acc5ae4deb811ba85699.zip | |
Fix busted hover/focus on sidebar
| -rw-r--r-- | site/static/docs/4.3/assets/scss/_sidebar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/static/docs/4.3/assets/scss/_sidebar.scss b/site/static/docs/4.3/assets/scss/_sidebar.scss index 9708a426d..bd88c1cb2 100644 --- a/site/static/docs/4.3/assets/scss/_sidebar.scss +++ b/site/static/docs/4.3/assets/scss/_sidebar.scss @@ -74,7 +74,7 @@ &:hover, &:focus { - color: rgba($white, .85); + color: rgba($black, .85); text-decoration: none; background-color: rgba($bd-purple-bright, .1); } |
