Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit bb81f6e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
var action = {
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)