mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +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 {
|
&[open] > summary {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
list-style: none;
|
||||||
|
|
||||||
|
&::marker, &::-webkit-details-marker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
span.open {
|
span.open {
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
|
|
Loading…
Reference in a new issue