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 (#50434)
  • Loading branch information
scruffian authored May 8, 2023
1 parent 0c88718 commit 05ad081
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

1 comment on commit 05ad081

@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 05ad081.
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/4917688542
📝 Reported issues:

Please sign in to comment.