[bug] fix header button box style not being applied

This commit is contained in:
zombieFox 2019-11-11 09:24:38 +00:00
parent f64d1956a7
commit bb81f6ec91

View File

@ -135,8 +135,8 @@ var header = (function() {
var action = {
box: function() {
helper.removeClass(helper.getClosest(helper.e(".control-link-edit"), ".input-wrap"), "input-button-link");
helper.removeClass(helper.e(".control-add-toggle"), "button-link");
helper.removeClass(helper.getClosest(helper.e(".control-theme-accent-current-quick"), ".input-wrap"), "input-button-link");
helper.removeClass(helper.e(".control-link-add"), "button-link");
helper.removeClass(helper.e(".control-menu-open"), "button-link");
},
clear: function() {