mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user