Fix 1px UI issues with drive icons

This commit is contained in:
yflory
2019-02-05 17:23:08 +01:00
parent 46c3f1f3df
commit 2815c96ce8
2 changed files with 1 additions and 11 deletions

View File

@@ -2682,7 +2682,6 @@ define([
if (APP.mobile()) {
var $context = $('<button>', {
'class': 'cp-dropdown-container',
id: 'cp-app-drive-toolbar-context-mobile'
});
$context.append($('<span>', {'class': 'fa fa-caret-down'}));