fix: input cursor pointer
This commit is contained in:
@@ -284,6 +284,10 @@ body {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
select, option, input[type='checkbox'], input[type='date'] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
label {
|
||||
user-select: none;
|
||||
width: fit-content;
|
||||
|
||||
Reference in New Issue
Block a user