Skip to content

Commit bb81f6e

Browse files
committed
[bug] fix header button box style not being applied
1 parent f64d195 commit bb81f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/js/header.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ var header = (function(){
135135
varaction={
136136
box: function(){
137137
helper.removeClass(helper.getClosest(helper.e(".control-link-edit"),".input-wrap"),"input-button-link");
138+
helper.removeClass(helper.e(".control-add-toggle"),"button-link");
138139
helper.removeClass(helper.getClosest(helper.e(".control-theme-accent-current-quick"),".input-wrap"),"input-button-link");
139-
helper.removeClass(helper.e(".control-link-add"),"button-link");
140140
helper.removeClass(helper.e(".control-menu-open"),"button-link");
141141
},
142142
clear: function(){

0 commit comments

Comments
(0)