diff --git a/static/css/base/reset.css b/static/css/base/reset.css index 8611a912..2fe97668 100644 --- a/static/css/base/reset.css +++ b/static/css/base/reset.css @@ -22,6 +22,5 @@ html[dir="rtl"] .fa-sign-out-alt { } /* Utility: hide elements without inline style="" (CSP-safe) */ .hidden { - /* biome-ignore lint/complexity/noImportantStyles: this case to overide the display when hiddenis selected */ - display: none !important; + display: none; }