Update CSS for preview mode in editor
This commit is contained in:
@@ -434,6 +434,10 @@ body {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editor__textarea-wrap--preview {
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.editor__textarea-wrap:focus-within {
|
.editor__textarea-wrap:focus-within {
|
||||||
border-color: rgba(255, 255, 255, 0.18);
|
border-color: rgba(255, 255, 255, 0.18);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user