Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update template part children background color
  • Loading branch information
jameskoster committed Dec 21, 2022
commit d056a643499e01d62b60ec72f17a683998cd2a87
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
&.is-branch-selected:not(.is-selected):not(.is-synced-branch) {
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
}
&.is-synced-branch:not(.is-selected) {
&.is-synced-branch.is-branch-selected {
background: rgba(var(--wp-block-synced-color--rgb), 0.04);
}
&.is-branch-selected.is-first-selected td:first-child {
Expand Down