fix(reset.css): blank login page regression

This commit is contained in:
Alexander Kabakaev
2026-04-11 10:11:47 +02:00
parent 6880edf641
commit cb8e74375f
+1 -2
View File
@@ -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;
}