diff --git a/customize.dist/src/less2/include/dropdown.less b/customize.dist/src/less2/include/dropdown.less index ef9cd374c..00d1d35ed 100644 --- a/customize.dist/src/less2/include/dropdown.less +++ b/customize.dist/src/less2/include/dropdown.less @@ -157,7 +157,6 @@ } } } - li[role="menuitem"] { border-radius: @variables_radius; white-space: nowrap; @@ -180,7 +179,6 @@ background-color: @cp_dropdown-bg-hover; } } - &> span { box-sizing: border-box; height: 26px; diff --git a/www/common/toolbar.js b/www/common/toolbar.js index c01fa9f45..d86b2abb7 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -1201,7 +1201,6 @@ MessengerUI, Messages, Pages, PadTypes) { setTimeout(function () { $(el).find('.cp-notification-content').click(); }, 0); - }); refresh(); },