From 05ad081521b040c7ba5ff5726dd16af9523b504e Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Mon, 8 May 2023 18:08:23 +0100 Subject: [PATCH] List View: Update the expanded text color so that it works in both a dark and light context (#50434) --- packages/block-editor/src/components/list-view/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/list-view/style.scss b/packages/block-editor/src/components/list-view/style.scss index 8788cbec276626..d5a39c53751a23 100644 --- a/packages/block-editor/src/components/list-view/style.scss +++ b/packages/block-editor/src/components/list-view/style.scss @@ -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.