diff options
| author | Mark Otto <[email protected]> | 2020-03-12 09:35:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-03-17 12:26:35 -0700 |
| commit | a66e5e6643104607233b79efb2a27eeab10fc236 (patch) | |
| tree | 73fa5f62432540b7ac982196dc24312ef1eb69cf /site | |
| parent | f3692bf517a71d2a79c3ff0ad00c727d15a17c69 (diff) | |
| download | bootstrap-a66e5e6643104607233b79efb2a27eeab10fc236.tar.xz bootstrap-a66e5e6643104607233b79efb2a27eeab10fc236.zip | |
Remove links from docs sidebar
Diffstat (limited to 'site')
| -rw-r--r-- | site/assets/scss/_sidebar.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/assets/scss/_sidebar.scss b/site/assets/scss/_sidebar.scss index c2baad1cd..18236fb05 100644 --- a/site/assets/scss/_sidebar.scss +++ b/site/assets/scss/_sidebar.scss @@ -24,6 +24,7 @@ padding: .25rem .625rem .25rem .5rem; font-weight: 600; color: rgba($black, .65); + text-decoration: none; @include border-radius(.25rem); > * { pointer-events: none; } @@ -64,6 +65,7 @@ padding: .25rem .5rem; @include font-size(.875rem); color: rgba($black, .65); + text-decoration: none; @include border-radius(.25rem); &:hover, |
