Update CSS for preview mode in editor

This commit is contained in:
2026-01-31 14:37:20 +01:00
parent 0c727df84e
commit 4a40ffc30c

View File

@@ -434,6 +434,10 @@ body {
overflow: hidden;
}
.editor__textarea-wrap--preview {
border-color: transparent;
}
.editor__textarea-wrap:focus-within {
border-color: rgba(255, 255, 255, 0.18);
}