Skip to content

Commit

Permalink
Fix icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Nov 23, 2022
1 parent 8fb97dd commit 2333a27
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 @@ -22,7 +22,7 @@
&.is-selected.is-synced td {
background: var(--wp-block-synced-color);
}
&.is-synced .block-editor-list-view-block-contents .block-editor-block-icon {
&.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon {
color: var(--wp-block-synced-color);
}
&.is-selected .block-editor-list-view-block-contents,
Expand Down

0 comments on commit 2333a27

Please sign in to comment.