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:
parent
1f72129ffe
commit
05889fc52e
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ ul.block, .block li {
|
|||
padding-left: 24px;
|
||||
}
|
||||
|
||||
.sidebar a, .sidebar .current {
|
||||
.sidebar a {
|
||||
color: var(--sidebar-link-color);
|
||||
}
|
||||
.sidebar .current,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue