1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

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

View File

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