File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
.autocomplete-no-suggestion { padding : 2px 5px ;}
7
7
.autocomplete-selected { background : # F0F0F0 ; }
8
8
.autocomplete-suggestions strong { font-weight : bold; color : # 000 ; }
9
- .autocomplete-group { padding : 2px 5px ; }
10
- .autocomplete-group strong { font-weight : bold; font-size : 16px ; color : # 000 ; display : block; border-bottom : 1px solid # 000 ; }
9
+ .autocomplete-group { padding : 2px 5px ; font-weight : bold; font-size : 16px ; color : # 000 ; display : block; border-bottom : 1px solid # 000 ; }
11
10
12
11
input { font-size : 28px ; padding : 10px ; border : 1px solid # CCC ; display : block; margin : 20px 0 ; }
Original file line number Diff line number Diff line change 151
151
} ;
152
152
153
153
function _formatGroup ( suggestion , category ) {
154
- return '<div class="autocomplete-group"><strong> ' + category + '</strong> </div>' ;
154
+ return '<div class="autocomplete-group">' + category + '</div>' ;
155
155
} ;
156
156
157
157
Autocomplete . prototype = {
You can’t perform that action at this time.
0 commit comments