firefox eats the chevron, but webkit does not. sigh.
This commit is contained in:
parent
27b3b8a7c0
commit
1b74d2c6b8
|
@ -79,6 +79,11 @@ header > details li {
|
|||
details summary {
|
||||
display: inline;
|
||||
}
|
||||
@supports (-moz-appearance:none) {
|
||||
details summary {
|
||||
display: list-item;
|
||||
}
|
||||
}
|
||||
main {
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
|
|
Loading…
Reference in New Issue