diff options
| author | XhmikosR <[email protected]> | 2020-12-21 18:54:03 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-21 18:54:03 +0200 |
| commit | 9b7bb7b568e890a088999b023aabf4898dcd1117 (patch) | |
| tree | b94bbb52f56724d080916ba924d68a4e02522340 | |
| parent | 59cd71631ef342892208e18723643aa782e9ccac (diff) | |
| download | bootstrap-9b7bb7b568e890a088999b023aabf4898dcd1117.tar.xz bootstrap-9b7bb7b568e890a088999b023aabf4898dcd1117.zip | |
docs(sidebar): invalid CSS value (#32575)
Co-authored-by: Gaƫl Poupard <[email protected]>
| -rw-r--r-- | site/assets/scss/_sidebar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/scss/_sidebar.scss b/site/assets/scss/_sidebar.scss index 9a933831f..d893ba9dc 100644 --- a/site/assets/scss/_sidebar.scss +++ b/site/assets/scss/_sidebar.scss @@ -49,7 +49,7 @@ padding: .25rem .5rem; font-weight: 600; color: rgba($black, .65); - background-color: none; + background-color: transparent; border: 0; &:hover, |
