mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
FieldCheckbox should have cursor: pointer
This commit is contained in:
parent
aac51dd7f1
commit
c3d933f001
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.checked {
|
||||
|
|
@ -63,4 +64,5 @@
|
|||
color: var(--matterColor);
|
||||
margin-top: -1px;
|
||||
margin-bottom: 1px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue