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:
commit
7565b9aa4a
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