diff --git a/customize.dist/src/less2/include/dropdown.less b/customize.dist/src/less2/include/dropdown.less index e937142e3..7c316a33a 100644 --- a/customize.dist/src/less2/include/dropdown.less +++ b/customize.dist/src/less2/include/dropdown.less @@ -22,7 +22,6 @@ } * { .tools_unselectable(); - cursor: default; } } diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index aa0f9c6f5..ff588ff77 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -909,9 +909,6 @@ } button { position: relative; - &.fa-bell-o { - cursor: default; - } .cp-dropdown-button-title { position: absolute; bottom: 0; @@ -998,7 +995,6 @@ span { text-align: center; width: 100%; - cursor: default; font-size: 32px; display: inline-flex; justify-content: center; diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 68921594b..463108671 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -791,16 +791,23 @@ define([ button = $(''); break; } + var active = $(".cp-toolbar-history:visible").length !== 0; button = $('