mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Add "remove" tooltip to raw tag editor remove button
This commit is contained in:
@@ -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'));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user