mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Fix marker presence
This commit is contained in:
parent
88f2e277f6
commit
1102701028
1 changed files with 5 additions and 0 deletions
|
@ -316,6 +316,11 @@ details.spoiler {
|
|||
|
||||
&[open] > summary {
|
||||
display: inline;
|
||||
list-style: none;
|
||||
|
||||
&::marker, &::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
span.open {
|
||||
transform: rotate(-90deg);
|
||||
|
|
Loading…
Reference in a new issue