From 563a7bf03be7b4316cff098b878de756f2ff8a52 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 25 Dec 2023 01:08:40 +0800 Subject: [PATCH] Can't really use important --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 19d7545..1032ce5 100644 --- a/src/index.css +++ b/src/index.css @@ -217,7 +217,7 @@ button, user-select: none; } button[hidden] { - display: none !important; + display: none; } :is(button, .button) > * { vertical-align: middle;