Skip to content

Commit c9da1f3

Browse files
committed
fix(css): add css to fix selection highlighting in block editor
1 parent ed74be0 commit c9da1f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/hc-styles/css/dispatch-override.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
}
1313
}
1414

15-
15+
.block-editor-block-list__layout::selection {
16+
background: green !important;
17+
}

0 commit comments

Comments
 (0)