mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-27 13:01:41 +02:00
[bug] fix header button box style not being applied
This commit is contained in:
parent
f64d1956a7
commit
bb81f6ec91
@ -135,8 +135,8 @@ var header = (function() {
|
|||||||
var action = {
|
var action = {
|
||||||
box: function() {
|
box: function() {
|
||||||
helper.removeClass(helper.getClosest(helper.e(".control-link-edit"), ".input-wrap"), "input-button-link");
|
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.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");
|
helper.removeClass(helper.e(".control-menu-open"), "button-link");
|
||||||
},
|
},
|
||||||
clear: function() {
|
clear: function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user