mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
Fix tageditor type icon
This commit is contained in:
@@ -42,7 +42,7 @@ iD.ui.TagEditor = function() {
|
||||
});
|
||||
|
||||
typelabel.append('div')
|
||||
.attr('class', 'icon icon-pre-text' + (presetMatch ? ' maki-' + presetMatch.icon + '-24' : ''));
|
||||
.attr('class', 'icon icon-pre-text' + (presetMatch ? ' preset-' + presetMatch.icon : ''));
|
||||
|
||||
typelabel.append('button')
|
||||
.attr('tabindex', -1)
|
||||
|
||||
Reference in New Issue
Block a user