Skip to content

Commit

Permalink
Ensure the 'select all' checkbox appears on hover (#59799)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: oandregal <[email protected]>
  • Loading branch information
3 people authored Mar 12, 2024
1 parent a4ddb6a commit bb2baa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@
}

&:focus-within,
&.is-hovered {
&.is-hovered,
&:hover {
.components-checkbox-control__input,
.dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
opacity: 1;
Expand Down

0 comments on commit bb2baa2

Please sign in to comment.