Less !important

This commit is contained in:
daudix
2024-10-10 20:57:01 +03:00
parent 43e2054120
commit c2b0746b8c

View File

@ -1,9 +1,9 @@
.hidden { .hidden {
clip: rect(0 0 0 0) !important; clip: rect(0 0 0 0);
position: absolute !important; position: absolute !important;
clip-path: inset(100%) !important; clip-path: inset(100%);
width: 1px !important; width: 1px !important;
height: 1px !important; height: 1px !important;
overflow: hidden !important; overflow: hidden;
white-space: nowrap !important; white-space: nowrap;
} }