fix(reset.css): blank login page regression
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user