fix webkit summary
This commit is contained in:
parent
9dbbb8b5b7
commit
0546d0b09b
1 changed files with 7 additions and 0 deletions
|
@ -72,6 +72,13 @@ a:hover {
|
|||
color: #005ae0;
|
||||
}
|
||||
|
||||
summary {
|
||||
list-style: none;
|
||||
}
|
||||
summary::marker,
|
||||
summary::-webkit-details-marker { /* webkit. i am going to crash out */
|
||||
display: none;
|
||||
}
|
||||
summary::before {
|
||||
font-family: monospace;
|
||||
content: "\25ba";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue