Show triangle on the "Details" disclosure element in all cases
Co-authored-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
f1e691da2e
commit
385f079d8d
@ -199,6 +199,11 @@ summary {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details:not(.rustdoc-toggle) summary {
|
||||||
|
margin-bottom: .6em;
|
||||||
|
display: list-item;
|
||||||
|
}
|
||||||
|
|
||||||
code, pre, a.test-arrow {
|
code, pre, a.test-arrow {
|
||||||
font-family: "Source Code Pro", monospace;
|
font-family: "Source Code Pro", monospace;
|
||||||
}
|
}
|
||||||
@ -877,10 +882,6 @@ body.blur > :not(#help) {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stab summary {
|
|
||||||
display: list-item;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stab .emoji {
|
.stab .emoji {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user