@davidbisset I had to look, the whole plugin is just this:
.wp-block:hover:not(:has(:focus),:focus) {
outline: 1px dashed #1e1e1e;
box-shadow: 0 0 2px #e1e1e1
}
Throw it in editor-style.css and you are golden.
@davidbisset I had to look, the whole plugin is just this:
.wp-block:hover:not(:has(:focus),:focus) {
outline: 1px dashed #1e1e1e;
box-shadow: 0 0 2px #e1e1e1
}
Throw it in editor-style.css and you are golden.