Add "remove" tooltip to raw tag editor remove button

This commit is contained in:
Quincy Morgan
2019-02-06 15:56:12 -05:00
parent e0a41656a1
commit a702281fb6
+1
View File
@@ -145,6 +145,7 @@ export function uiRawTagEditor(context) {
.append('button')
.attr('tabindex', -1)
.attr('class', 'form-field-button remove')
.attr('title', t('icons.remove'))
.call(svgIcon('#iD-operation-delete'));