remove unused CSS selector
This commit is contained in:
parent
0572b895e6
commit
81373b1076
1 changed files with 1 additions and 2 deletions
|
@ -359,8 +359,7 @@ th-bb .branch-date {
|
|||
/* Highlight branch selected by # or ? in URL.
|
||||
The latter is not supported by CSS so we use some auxiliary JavaScript to add a .target class
|
||||
to the element highlighted by ?. */
|
||||
.tree :target,
|
||||
.tree .target {
|
||||
.tree :target {
|
||||
& > details > summary,
|
||||
& > div {
|
||||
background-color: var(--shaded-background);
|
||||
|
|
Loading…
Reference in a new issue