mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
Remove labels from mode buttons
This commit is contained in:
+2
-2
@@ -159,12 +159,12 @@ export function uiModes(context) {
|
||||
.call(svgIcon(d.icon || '#iD-icon-' + d.button));
|
||||
}
|
||||
});
|
||||
|
||||
/*
|
||||
buttonsEnter
|
||||
.append('span')
|
||||
.attr('class', 'label')
|
||||
.text(function(mode) { return mode.title; });
|
||||
|
||||
*/
|
||||
// if we are adding/removing the buttons, check if toolbar has overflowed
|
||||
if (buttons.enter().size() || buttons.exit().size()) {
|
||||
context.ui().checkOverflow('#bar', true);
|
||||
|
||||
Reference in New Issue
Block a user