feat(grid): Extend clickable area of checkboxes
This commit is contained in:
parent
ebc9b10389
commit
7d057801ee
1 changed files with 9 additions and 0 deletions
|
|
@ -118,6 +118,15 @@
|
|||
|
||||
.grid-row-check {
|
||||
margin-top: 2px;
|
||||
|
||||
&::after {
|
||||
// Extend the checkbox's clickable area
|
||||
display: block;
|
||||
content: "";
|
||||
inset: -8px;
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.template-row-index {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue