Skip to content

Commit

Permalink
Display all checkboxes when a single item is selected (#59233)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Co-authored-by: jasmussen <joen@git.wordpress.org>
  • Loading branch information
3 people authored and getdave committed Feb 27, 2024
1 parent 1b8ae32 commit 8340b7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@
.dataviews-view-table__actions-column {
width: 1%;
}

&:has(tr.is-selected) {
.components-checkbox-control__input {
opacity: 1;
}
}
}

.dataviews-view-list__primary-field,
Expand Down

0 comments on commit 8340b7c

Please sign in to comment.