fix: live editing outline colore

This commit is contained in:
kangwei 2020-05-12 19:28:25 +08:00
parent 4f7179bd26
commit 791771c5cd

View File

@ -88,7 +88,7 @@ body.engine-document {
.engine-live-editing {
cursor: text;
outline: none;
box-shadow: 0 0 0px 4px rgba(23, 141, 247, 0.2);
box-shadow: 0 0 0px 2px rgb(102, 188, 92);
user-select: text;
}