mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix contenteditable div unfocused css
This commit is contained in:
parent
d915b280d4
commit
ee45d6b48f
@ -215,7 +215,7 @@ input[type="url"]:focus,
|
|||||||
input[type="search"]:focus,
|
input[type="search"]:focus,
|
||||||
input[type="tel"]:focus,
|
input[type="tel"]:focus,
|
||||||
input[type="color"]:focus,
|
input[type="color"]:focus,
|
||||||
div[contenteditable="true"],
|
div[contenteditable="true"]:focus,
|
||||||
.uneditable-input:focus {
|
.uneditable-input:focus {
|
||||||
border-color: $form-input-focus-color;
|
border-color: $form-input-focus-color;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
@ -1083,7 +1083,7 @@ legend + .control-group {
|
|||||||
padding-left: 180px;
|
padding-left: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-row div[contenteditable="true"] {
|
.form-row div[contenteditable="true"] {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user