Skip to content

Commit

Permalink
List View: Update the expanded text color so that it works in both a …
Browse files Browse the repository at this point in the history
…dark and light context
  • Loading branch information
scruffian committed May 8, 2023
1 parent f4730d7 commit 6431413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.block-editor-list-view-block-select-button {
// When a row is expanded, retain the dark color.
&[aria-expanded="true"] {
color: $gray-900;
color: inherit;
}

// Ensure that on hover, the admin color is still used.
Expand Down

0 comments on commit 6431413

Please sign in to comment.