From 8edc2a8cdc434e4aead4d63d0a8e1d1628510d95 Mon Sep 17 00:00:00 2001 From: Felix Mattick Date: Thu, 20 Jan 2022 15:52:07 -0600 Subject: [PATCH] Add legacy prefixed version back --- src/parts/_misc.css | 3 ++- src/parts/_print.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/parts/_misc.css b/src/parts/_misc.css index 4c9b9c0..b3e5fa8 100644 --- a/src/parts/_misc.css +++ b/src/parts/_misc.css @@ -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); } diff --git a/src/parts/_print.css b/src/parts/_print.css index d8239cf..0717135 100644 --- a/src/parts/_print.css +++ b/src/parts/_print.css @@ -34,7 +34,8 @@ color: #000; } - summary::marker { + summary::marker, + summary::-webkit-details-marker /* isn't autoprefixed, kept for backwards compatibility */ { color: #000; }