Add cursor pointer to events
This commit is contained in:
parent
3c582c77bb
commit
ca0c793b56
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
background: var(--input-background);
|
||||
color: var(--input-text);
|
||||
padding: 0px 4px;
|
||||
cursor: pointer;
|
||||
|
||||
&[type="text"],
|
||||
&[type="number"] {
|
||||
|
|
@ -19,6 +20,7 @@
|
|||
|
||||
&[type="checkbox"] {
|
||||
all: revert-layer;
|
||||
cursor: pointer;
|
||||
--checkbox-checked-color: var(--accent-3);
|
||||
--checkbox-background-color: var(--accent-2);
|
||||
--checkbox-checkmark-color: black;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue