From 827a35f73e5cda359b7bac5b8220a87ec08e08f8 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 3 May 2021 00:13:24 +0200 Subject: [PATCH] main.css: Use ::marker to avoid browser console warning Signed-off-by: Aaron --- app/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.css b/app/main.css index 29b37ad4..e6cdac6c 100644 --- a/app/main.css +++ b/app/main.css @@ -118,7 +118,7 @@ details { overflow: hidden; } -details > summary::-webkit-details-marker { +details > summary::marker { display: none; }