mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Merge branch 'tooltip' of https://github.com/vershwal/iD into vershwal-tooltip
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
en:
|
||||
icons:
|
||||
information: info
|
||||
modes:
|
||||
add_area:
|
||||
title: Area
|
||||
|
||||
Vendored
+3
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"en": {
|
||||
"icons": {
|
||||
"information": "info"
|
||||
},
|
||||
"modes": {
|
||||
"add_area": {
|
||||
"title": "Area",
|
||||
|
||||
@@ -157,6 +157,7 @@ export function uiTagReference(tag) {
|
||||
_button = _button.enter()
|
||||
.append('button')
|
||||
.attr('class', 'tag-reference-button')
|
||||
.attr('title', t('icons.information'))
|
||||
.attr('tabindex', -1)
|
||||
.call(svgIcon('#icon-inspect'))
|
||||
.merge(_button);
|
||||
|
||||
Reference in New Issue
Block a user