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 committed Feb 23, 2024
1 parent 6889c88 commit fd36b79
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 @@ -209,6 +209,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

1 comment on commit fd36b79

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in fd36b79.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/8018125231
📝 Reported issues:

Please sign in to comment.