]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/css/rustdoc.css
Auto merge of #106340 - saethlin:propagate-operands, r=oli-obk
[rust.git] / src / librustdoc / html / static / css / rustdoc.css
index 0e609a6f9706d1677181a9a332b8937a3d7e6dd5..77401e8b76e80ba3e2e05a014e0788981770bc41 100644 (file)
@@ -1367,7 +1367,7 @@ kbd {
        vertical-align: middle;
        border: solid 1px var(--border-color);
        border-radius: 3px;
-       color: var(--kbd--color);
+       color: var(--kbd-color);
        background-color: var(--kbd-background);
        box-shadow: inset 0 -1px 0 var(--kbd-box-shadow-color);
 }
@@ -1598,14 +1598,10 @@ in storage.js
 
        .sidebar.shown,
        .source-sidebar-expanded .source .sidebar,
-       .sidebar:focus-within {
+       .rustdoc:not(.source) .sidebar:focus-within {
                left: 0;
        }
 
-       .rustdoc.source > .sidebar {
-               width: 0;
-       }
-
        .mobile-topbar h2 {
                padding-bottom: 0;
                margin: auto 0.5em auto auto;
@@ -1655,10 +1651,6 @@ in storage.js
                margin-top: 1em;
        }
 
-       .content {
-               margin-left: 0px;
-       }
-
        .anchor {
                display: none !important;
        }