mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
use slightly smaller "plus" icon
(this one is also used in other similar UI locations, e.g. the "add tag" in the raw tags editor, etc.)
This commit is contained in:
@@ -189,7 +189,7 @@ export function uiPhotoviewer(context) {
|
||||
const buttonEnter = button.enter()
|
||||
.append('button')
|
||||
.attr('class', 'set-photo-from-viewer')
|
||||
.call(svgIcon('#iD-operation-merge'))
|
||||
.call(svgIcon('#iD-icon-plus'))
|
||||
.call(uiTooltip()
|
||||
.title(() => t.append('inspector.set_photo_from_viewer'))
|
||||
.placement('right')
|
||||
|
||||
Reference in New Issue
Block a user