Extract all graphics from iD sprite, reassemble with svg-sprite

All iD sprite graphics are now prefixed with `iD-`
Also includes support for sending the preset logos to taginfo
This commit is contained in:
Bryan Housel
2018-06-08 16:06:46 -04:00
parent 2ef12f8bca
commit 470835b38f
309 changed files with 2276 additions and 504 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ export function uiChangesetEditor(context) {
.append('a')
.attr('target', '_blank')
.attr('tabindex', -1)
.call(svgIcon('#icon-alert', 'inline'))
.call(svgIcon('#iD-icon-alert', 'inline'))
.attr('href', t('commit.google_warning_link'))
.append('span')
.text(t('commit.google_warning'));