Skip to content

Commit

Permalink
Update template part hover style in list view
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Dec 21, 2022
1 parent a03158d commit 798134d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
&.is-selected.is-synced td {
background: var(--wp-block-synced-color);
}
&.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon {
color: var(--wp-block-synced-color);
&.is-synced:not(.is-selected) .block-editor-list-view-block-contents {
&:hover,
.block-editor-block-icon {
color: var(--wp-block-synced-color);
}
}
&.is-selected .block-editor-list-view-block-contents,
&.is-selected .components-button.has-icon {
Expand Down

0 comments on commit 798134d

Please sign in to comment.