From 58fd6beac8c98629d6b54af84638cbcd4a6c4d7b Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 16 Nov 2018 15:00:37 +0100 Subject: [PATCH] mobile: Get rid of the callout icon. Change-Id: I6a040269a2a0d45e7b2db00c4c221ff6c86fdf1e --- loleaflet/css/toolbar.css | 1 - loleaflet/images/lc_calloutshapes-black.svg | 6 ------ loleaflet/js/toolbar.js | 1 - 3 files changed, 8 deletions(-) delete mode 100644 loleaflet/images/lc_calloutshapes-black.svg diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css index be03c514d..daef2d11c 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -582,7 +582,6 @@ button.leaflet-control-search-next .w2ui-icon.specialcharacter{ background: url('images/lc_insertsymbol.svg') no-repeat center !important; } .w2ui-icon.insertobjectchart{ background: url('images/lc_drawchart.svg') no-repeat center !important; } .w2ui-icon.users{ background: url('images/contacts-dark.svg') no-repeat center !important; } -.w2ui-icon.callout{ background: url('images/lc_calloutshapes-black.svg') no-repeat center !important; } .w2ui-icon.fullscreen{ background: url('images/lc_fullscreen.svg') no-repeat center !important; } .w2ui-icon.closemobile{ background: url('images/lc_closedocmobile.svg') no-repeat center !important; } diff --git a/loleaflet/images/lc_calloutshapes-black.svg b/loleaflet/images/lc_calloutshapes-black.svg deleted file mode 100644 index bd085cd95..000000000 --- a/loleaflet/images/lc_calloutshapes-black.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js index e5488cbaf..b62b08a16 100644 --- a/loleaflet/js/toolbar.js +++ b/loleaflet/js/toolbar.js @@ -725,7 +725,6 @@ function initMobileToolbar(toolItems) { {type: 'button', id: 'redo', img: 'redo', hint: _UNO('.uno:Redo'), uno: 'Redo', disabled: true}, {type: 'button', id: 'fullscreen', img: 'fullscreen', hint: _UNO('.uno:FullScreen', 'text')}, {type: 'button', id: 'users', img: 'users'}, - {type: 'button', id: 'callout', img: 'callout'}, ], onClick: function (e) { onClick(e, e.target);