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 Howell 2023-01-19 16:30:05 -07:00
parent 1f72129ffe
commit 05889fc52e

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,