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.
|
/* 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
|
The latter is not supported by CSS so we use some auxiliary JavaScript to add a .target class
|
||||||
to the element highlighted by ?. */
|
to the element highlighted by ?. */
|
||||||
.tree :target,
|
.tree :target {
|
||||||
.tree .target {
|
|
||||||
& > details > summary,
|
& > details > summary,
|
||||||
& > div {
|
& > div {
|
||||||
background-color: var(--shaded-background);
|
background-color: var(--shaded-background);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue