style: fix custom cursor on labels

This commit is contained in:
2026-06-04 12:56:55 +02:00
parent b1b77c1714
commit cee3d24582
+5 -1
View File
@@ -36,7 +36,11 @@
html, body, #root {
height: 100%;
font-family: 'Inter', system-ui, sans-serif;
cursor: url('/cursor-default.svg') 4 2, auto;
cursor: url('/cursor-default.svg') 4 2, auto !important;
}
label {
cursor: url('/cursor-default.svg') 4 2, auto !important;
}
a, button, [role="button"], select, .cursor-pointer {