Fix various CSS issues

This commit is contained in:
Quincy Morgan
2020-07-06 15:28:25 -04:00
parent 2d77cac208
commit 3d4703b60c
11 changed files with 48 additions and 36 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export function uiKeepRightEditor(context) {
headerEnter
.append('button')
.attr('class', 'fr qa-editor-close')
.attr('class', 'close')
.on('click', () => context.enter(modeBrowse(context)))
.call(svgIcon('#iD-icon-close'));