File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6060</ div >
6161< div class ="head-item mb-3 mb-xl-0 ">
6262< form class ="theme ">
63- < input id ="accent-picker " type ="color " class ="theme-input " value ="#000000 " tabindex ="1 ">
63+ < input id ="accent-picker " type ="color " class ="theme-input " value ="#ffaa33 " tabindex ="1 ">
6464< label class ="button mb-0 theme-label " for ="accent-picker ">
6565< span class ="button-text "> Accent</ span >
6666</ label >
Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ var search = (function(){
2424var searchInput = helper . e ( ".search-input" ) ;
2525var searchClear = helper . e ( ".search-clear" ) ;
2626if ( searchInput . value != "" ) {
27- console . log ( 1 ) ;
27+ // helper.removeClass(searchClear, "is-hidden" );
2828searchClear . removeAttribute ( "disabled" ) ;
2929} else {
30+ // helper.addClass(searchClear, "is-hidden");
3031searchClear . setAttribute ( "disabled" , "" ) ;
3132} ;
3233} ;
You can’t perform that action at this time.
0 commit comments