mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 01:47:49 +02:00
Use dark style for zoom in message now that it's not on sidebar
This commit is contained in:
@@ -12,7 +12,7 @@ export function uiNotice(context) {
|
||||
|
||||
var button = div
|
||||
.append('button')
|
||||
.attr('class', 'zoom-to notice')
|
||||
.attr('class', 'zoom-to notice fillD')
|
||||
.on('click', function() { context.map().zoom(context.minEditableZoom()); });
|
||||
|
||||
button
|
||||
|
||||
Reference in New Issue
Block a user