Show triangle on the "Details" disclosure element in all cases

Co-authored-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
Yuki Okushi 2021-06-24 15:41:31 +09:00
parent f1e691da2e
commit 385f079d8d
No known key found for this signature in database
GPG key ID: DABA5B072961C18A

View file

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