Skip to content

Commit

Permalink
Don't change color when hovered
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Mar 23, 2023
1 parent f16f277 commit 8dab1b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,11 @@
left: 0;
width: 24px;
height: 24px;
color: $gray-400;
}

&:not(.is-selected):not(:hover) .block-editor-list-view-block-select-button__sticky-indicator {
color: $gray-400;
&.is-selected .block-editor-list-view-block-select-button__sticky-indicator {
color: $white;
}

.block-editor-list-view-block-select-button__label-wrapper {
Expand Down

0 comments on commit 8dab1b1

Please sign in to comment.