mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-28 22:56:31 +02:00
Add tooltip to the review request checkbox (close #7227)
This commit is contained in:
@@ -323,6 +323,11 @@ export function uiCommit(context) {
|
||||
.append('label')
|
||||
.attr('for', requestReviewDomId);
|
||||
|
||||
if (!labelEnter.empty()) {
|
||||
labelEnter
|
||||
.call(uiTooltip().title(t.html('commit.request_review_info')).placement('top'));
|
||||
}
|
||||
|
||||
labelEnter
|
||||
.append('input')
|
||||
.attr('type', 'checkbox')
|
||||
|
||||
Reference in New Issue
Block a user