Apply code style suggestion
Co-Authored-By: Ralfs Garkaklis <ralfs@garkaklis.com>
This commit is contained in:
parent
c258457c9e
commit
e4d19f431e
1 changed files with 3 additions and 1 deletions
|
|
@ -102,7 +102,9 @@ summary {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary::-webkit-details-marker { display: none; }
|
summary::-webkit-details-marker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
details[open] summary {
|
details[open] summary {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue