mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 05:12:13 +02:00
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:
@@ -45,7 +45,7 @@ export function uiCommitWarnings(context) {
|
||||
.attr('class', 'warning-item');
|
||||
|
||||
itemsEnter
|
||||
.call(svgIcon('#icon-alert', 'pre-text'));
|
||||
.call(svgIcon('#iD-icon-alert', 'pre-text'));
|
||||
|
||||
itemsEnter
|
||||
.append('strong')
|
||||
|
||||
Reference in New Issue
Block a user