mobile: Get rid of the callout icon.

Change-Id: I6a040269a2a0d45e7b2db00c4c221ff6c86fdf1e
This commit is contained in:
Jan Holesovsky 2018-11-16 15:00:37 +01:00 committed by Tor Lillqvist
parent abede8cbe8
commit 58fd6beac8
3 changed files with 0 additions and 8 deletions

View file

@ -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; }

View file

@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path
style="fill:#4d4d4d"
d="M 6 4 C 4.8920104 4 4 4.8920001 4 6 L 4 14 C 4 15.108 4.8920104 16 6 16 L 8 16 L 8 20 L 12 16 L 18 16 C 19.10799 16 20 15.108 20 14 L 20 6 C 20 4.8920001 19.10799 4 18 4 L 6 4 z "
/>
</svg>

Before

Width:  |  Height:  |  Size: 300 B

View file

@ -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);