Fix summary triangle showing on Safari

This commit is contained in:
Svilen Markov 2025-03-16 01:24:56 +00:00
parent 4c1165533c
commit 047d13afd1

View File

@ -552,6 +552,10 @@ kbd:active {
z-index: 1; z-index: 1;
} }
.summary::-webkit-details-marker {
display: none;
}
.details[open] .summary { .details[open] .summary {
margin-bottom: .8rem; margin-bottom: .8rem;
} }