Remove section borders from inspector

There is enough separation with the disclosure headings that we
don't need to break the sidebar up with lines
This commit is contained in:
Bryan Housel
2019-01-08 14:04:07 -05:00
parent 6c5ea96ab6
commit 5c6406ea63
3 changed files with 18 additions and 22 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export function uiDataEditor(context) {
rte.enter()
.append('div')
.attr('class', 'inspector-border raw-tag-editor inspector-inner data-editor')
.attr('class', 'raw-tag-editor inspector-inner data-editor')
.merge(rte)
.call(rawTagEditor
.expanded(true)