feat: extend the checkbox's clickable area
This commit is contained in:
parent
90533deb3e
commit
eb4d0b234a
1 changed files with 9 additions and 0 deletions
|
|
@ -255,6 +255,15 @@ input.list-header-checkbox {
|
|||
margin-bottom: 0;
|
||||
--checkbox-right-margin: 0;
|
||||
background-color: var(--card-bg);
|
||||
|
||||
&::after {
|
||||
// Extend the checkbox's clickable area
|
||||
display: block;
|
||||
content: "";
|
||||
inset: calc(-1 * var(--list-checkbox-padding));
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.render-list-checkbox {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue