mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Make sure the notification badge starts out hidden
This commit is contained in:
@@ -45,7 +45,7 @@ export function uiIssues(context) {
|
||||
.enter()
|
||||
.append('svg')
|
||||
.attr('viewbox', '0 0 ' + d + ' ' + d)
|
||||
.attr('class', 'notification-badge')
|
||||
.attr('class', 'notification-badge hide')
|
||||
.append('circle')
|
||||
.attr('cx', d / 2)
|
||||
.attr('cy', d / 2)
|
||||
|
||||
Reference in New Issue
Block a user