Add legacy prefixed version back

This commit is contained in:
Felix Mattick 2022-01-20 15:52:07 -06:00
parent bc30b7b0ad
commit 8edc2a8cdc
No known key found for this signature in database
GPG key ID: 4E7A3D01471F32AB
2 changed files with 4 additions and 2 deletions

View file

@ -113,7 +113,8 @@ details > :not(summary) {
margin-top: 0;
}
summary::marker {
summary::marker,
summary::-webkit-details-marker /* isn't autoprefixed, kept for backwards compatibility */ {
color: var(--text-main);
}

View file

@ -34,7 +34,8 @@
color: #000;
}
summary::marker {
summary::marker,
summary::-webkit-details-marker /* isn't autoprefixed, kept for backwards compatibility */ {
color: #000;
}