Commit fd00bdc 1 parent 272b4b6 commit fd00bdc Copy full SHA for fd00bdc
File tree 2 files changed +4
-12
lines changed
commonUI/general/res/sass/controls
2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 150
150
}
151
151
}
152
152
}
153
- .type-icon {
153
+ & :before {
154
+ // Type icon
154
155
left : 25px ;
155
156
}
156
157
}
Original file line number Diff line number Diff line change 23
23
< div ng-controller ="SearchMenuController as controller ">
24
24
25
25
< div class ="menu checkbox-menu ">
26
-
27
26
< ul >
28
27
<!-- First element is special - it's a reset option -->
29
- < li class ="search-menu-item special "
28
+ < li class ="search-menu-item special icon-asterisk "
30
29
title ="Select all filters "
31
30
ng-click ="ngModel.checkAll = !ngModel.checkAll; controller.checkAll() ">
32
31
37
36
ng-change ="controller.checkAll() " />
38
37
< em > </ em >
39
38
</ label >
40
-
41
- < span class ="ui-symbol icon type-icon ">
42
- *
43
- </ span >
44
39
All
45
40
</ li >
46
41
47
42
<!-- The filter options, by type -->
48
- < li class ="search-menu-item "
43
+ < li class ="search-menu-item {{ type.cssclass }} "
49
44
ng-repeat ="type in ngModel.types "
50
45
ng-click ="ngModel.checked[type.key] = !ngModel.checked[type.key]; controller.updateOptions() ">
51
46
56
51
ng-change ="controller.updateOptions() " />
57
52
< em > </ em >
58
53
</ label >
59
-
60
- < span class ="ui-symbol icon type-icon ">
61
- {{ type.glyph }}
62
- </ span >
63
54
{{ type.name }}
64
55
</ li >
65
56
</ ul >
You can’t perform that action at this time.
0 commit comments