Fix raw tag editor styling for custom data editor

(closes #6427)
This commit is contained in:
Bryan Housel
2019-05-24 11:31:42 -04:00
parent 94a47f05de
commit b4ebaaa01e
2 changed files with 9 additions and 3 deletions
+3 -2
View File
@@ -2480,6 +2480,7 @@ button.raw-tag-option svg.icon {
flex: 1 1 50%;
}
.tag-text.readonly,
.tag-row.readonly,
.tag-row.readonly input.key,
.tag-row.readonly input.value,
@@ -2945,8 +2946,8 @@ input.key-trap {
border-radius: 5px 0 0 5px;
}
/* tag editor - no buttons */
.data-editor.raw-tag-editor button {
/* custom data editor - no info/delete buttons */
.data-editor.raw-tag-editor .tag-row button {
display: none;
}
.data-editor.raw-tag-editor .tag-row .key-wrap,