Skip to content
Prev Previous commit
Next Next commit
Don't change color when hovered
  • Loading branch information
andrewserong committed Jun 1, 2023
commit 1cd0e32ccca7befaa3d5cf1eb025f8e358d9bf07
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 @@ -309,10 +309,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