Remove labels from mode buttons

This commit is contained in:
Quincy Morgan
2019-02-28 16:39:54 -05:00
parent 43661d1b39
commit 9b8d4d2ab4
2 changed files with 4 additions and 25 deletions
+2 -2
View File
@@ -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);