firefox eats the chevron, but webkit does not. sigh.

This commit is contained in:
Ted Unangst 2019-10-07 00:07:23 -04:00
parent 27b3b8a7c0
commit 1b74d2c6b8
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@ header > details li {
details summary { details summary {
display: inline; display: inline;
} }
@supports (-moz-appearance:none) {
details summary {
display: list-item;
}
}
main { main {
max-width: 1200px; max-width: 1200px;
margin: auto; margin: auto;