mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Fix "Browse" button in non-English locales
This commit is contained in:
+1
-1
@@ -327,7 +327,7 @@ button.centered {
|
||||
border-radius:0 4px 4px 0;
|
||||
}
|
||||
|
||||
button.Browse .label { display: none;}
|
||||
button.browse .label { display: none;}
|
||||
|
||||
button.action {
|
||||
background: #7092ff;
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ iD.ui.Modes = function(context) {
|
||||
|
||||
buttons.enter().append('button')
|
||||
.attr('tabindex', -1)
|
||||
.attr('class', function(mode) { return mode.title + ' add-button col3'; })
|
||||
.attr('class', function(mode) { return mode.id + ' add-button col3'; })
|
||||
.on('click.mode-buttons', function(mode) { context.enter(mode); })
|
||||
.call(bootstrap.tooltip()
|
||||
.placement('bottom')
|
||||
|
||||
Reference in New Issue
Block a user