From 5f79579a4d024bb35808a40854aed0c59d59186a Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 19 May 2024 22:33:16 +0300 Subject: [PATCH] Fix selector? --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 8f55c88aa..3d0aa89bd 100644 --- a/public/style.css +++ b/public/style.css @@ -710,7 +710,7 @@ body .panelControlBar { } } -@supports not selector(& .foo) { +@supports not selector(&) { .stscript_btn { display: none; }