This commit is contained in:
yflory 2017-09-11 12:25:23 +02:00
parent 1aef844fc3
commit 8ef27dca08
2 changed files with 1 additions and 2 deletions

View file

@ -134,7 +134,6 @@ li {
}
.selected {
border: 1px dotted #bbb;
background: #666 !important;
color: #eee;
margin: -1px;

View file

@ -548,7 +548,7 @@ define([
// Expand / collapse the toolbar
var $collapse = common.createButton(null, true);
$collapse.removeClass('fa-question');
var updateIcon = function (isVisible, force) {
var updateIcon = function (isVisible) {
$collapse.removeClass('fa-caret-down').removeClass('fa-caret-up');
if (!isVisible) {
if (!initializing) { common.feedback('HIDETOOLBAR_PAD'); }