8 lines
122 B
CSS
8 lines
122 B
CSS
|
|
summary {
|
||
|
|
list-style-image: url("");
|
||
|
|
}
|
||
|
|
|
||
|
|
summary::-webkit-details-marker {
|
||
|
|
background: url("");
|
||
|
|
color: transparent;
|
||
|
|
}
|