mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-18 17:13:31 +00:00
Update styling in the entity issues list
This commit is contained in:
@@ -53,7 +53,8 @@ export function uiEntityIssues(context) {
|
||||
});
|
||||
|
||||
var label = enter
|
||||
.append('label');
|
||||
.append('button')
|
||||
.classed('label', true);
|
||||
|
||||
label.each(function(d) {
|
||||
var iconSuffix = d.severity === 'warning' ? 'alert' : 'error';
|
||||
@@ -66,6 +67,7 @@ export function uiEntityIssues(context) {
|
||||
|
||||
label
|
||||
.append('span')
|
||||
.append('strong')
|
||||
.text(function(d) { return d.message; });
|
||||
|
||||
// Update
|
||||
|
||||
Reference in New Issue
Block a user