Add details reset for Chrome

This commit is contained in:
Mu-An Chiou 2020-04-26 23:06:16 -04:00
parent 1b6312f42b
commit 6f56cce053
No known key found for this signature in database
GPG key ID: CD0B1EEC7A35239E

View file

@ -102,6 +102,8 @@ summary {
display: inline; display: inline;
} }
summary::-webkit-details-marker { display: none; }
details[open] summary { details[open] summary {
margin-bottom: 8px; margin-bottom: 8px;
} }