1
Fork 0

remove unused CSS selector

This commit is contained in:
リキ萌 2025-01-13 18:02:17 +01:00
parent 0572b895e6
commit 81373b1076

View file

@ -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);