Rollup merge of #107095 - notriddle:notriddle/sidebar-current, r=GuillaumeGomez

rustdoc: remove redundant CSS selector `.sidebar .current`

Since the current sidebar item is already a link, it doesn't do anything.
This commit is contained in:
Michael Goulet 2023-01-20 21:33:23 -05:00 committed by GitHub
commit 7565b9aa4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -497,7 +497,7 @@ ul.block, .block li {
padding-left: 24px;
}
.sidebar a, .sidebar .current {
.sidebar a {
color: var(--sidebar-link-color);
}
.sidebar .current,