Skip to content

Commit ee45d6b

Browse files
committed
Fix contenteditable div unfocused css
1 parent d915b28 commit ee45d6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

editor/sass/forms.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ input[type="url"]:focus,
215215
input[type="search"]:focus,
216216
input[type="tel"]:focus,
217217
input[type="color"]:focus,
218-
div[contenteditable="true"],
218+
div[contenteditable="true"]:focus,
219219
.uneditable-input:focus {
220220
border-color: $form-input-focus-color;
221221
outline: 0;
@@ -1083,7 +1083,7 @@ legend + .control-group {
10831083
padding-left: 180px;
10841084
}
10851085

1086-
.form-row div[contenteditable="true"] {
1086+
.form-row div[contenteditable="true"] {
10871087
white-space: nowrap;
10881088
overflow: hidden;
10891089
}

0 commit comments

Comments
 (0)