tanstak-table: add select all, change listner area for select checkbox
This commit is contained in:
@@ -785,6 +785,14 @@
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
white-space: nowrap;
|
||||
|
||||
&:has(.table-item-checkbox) {
|
||||
padding: 0;
|
||||
|
||||
.column {
|
||||
padding: 15px 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.column {
|
||||
@@ -844,6 +852,14 @@
|
||||
max-width: 300px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&:has(.table-item-checkbox) {
|
||||
padding: 0;
|
||||
|
||||
.table-item {
|
||||
padding: 15px 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table-item {
|
||||
|
||||
Reference in New Issue
Block a user