1
0
mirror of https://github.com/jdan/98.css.git synced 2025-09-02 10:23:35 +02:00

Apply code style suggestion

Co-Authored-By: Ralfs Garkaklis <ralfs@garkaklis.com>
This commit is contained in:
Mu-An 慕安
2020-04-27 10:00:08 -04:00
committed by GitHub
parent c258457c9e
commit e4d19f431e

View File

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