Skip to content

Commit d056a64

Browse files
committed
Update template part children background color
1 parent c05d7c5 commit d056a64

File tree

1 file changed

+1
-1
lines changed
  • packages/block-editor/src/components/list-view

1 file changed

+1
-1
lines changed

packages/block-editor/src/components/list-view/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
&.is-branch-selected:not(.is-selected):not(.is-synced-branch) {
7575
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
7676
}
77-
&.is-synced-branch:not(.is-selected) {
77+
&.is-synced-branch.is-branch-selected {
7878
background: rgba(var(--wp-block-synced-color--rgb), 0.04);
7979
}
8080
&.is-branch-selected.is-first-selected td:first-child {

0 commit comments

Comments
 (0)