style: fix custom cursor on labels
This commit is contained in:
+5
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user