summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-07-19 13:38:14 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-07-19 13:38:26 +0200
commitc75f77539402e18e5215fb483545768e1837d94c (patch)
treea3b4e8561b8c6f046e9ed4de893f5706b0fa065a /src
parent52f3c71c8dc4aaed71e3035995fcbdd6d78c98c6 (diff)
Fix display of logo "border"
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css
index cb8b82e8bde..486490d90b7 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -675,7 +675,6 @@ ul.block, .block li {
border-top: solid 16px transparent;
box-sizing: content-box;
position: relative;
- background-color: var(--sidebar-background-color);
background-clip: border-box;
z-index: 1;
}