File tree Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 134
134
<a class="item" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{.SelectLabels}}&milestone={{$.MilestoneID}}&project={{$.ProjectID}}&assignee={{$.AssigneeID}}">{{.locale.Tr "repo.issues.filter_poster_no_select"}}</a>
135
135
{{range .Posters}}
136
136
<a class="{{if eq $.PosterID .ID}}active selected{{end}} item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{$.SelectLabels}}&milestone={{$.MilestoneID}}&project={{$.ProjectID}}&assignee={{$.AssigneeID}}&poster={{.ID}}">
137
- {{avatar $.Context .}} {{.Name}} {{if $.IsShowFullName}}<span style="color: var(--color-text-light-2); ">{{.FullName}}</span>{{end}}
137
+ {{avatar $.Context .}} {{.Name}} {{if $.IsShowFullName}}<span class="search-fullname ">{{.FullName}}</span>{{end}}
138
138
</a>
139
139
{{end}}
140
140
</div>
154
154
<a class="item" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{.SelectLabels}}&milestone={{$.MilestoneID}}&project={{$.ProjectID}}&poster={{$.PosterID}}">{{.locale.Tr "repo.issues.filter_assginee_no_select"}}</a>
155
155
{{range .Assignees}}
156
156
<a class="{{if eq $.AssigneeID .ID}}active selected{{end}} item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{$.SelectLabels}}&milestone={{$.MilestoneID}}&project={{$.ProjectID}}&assignee={{.ID}}&poster={{$.PosterID}}">
157
- {{avatar $.Context .}} {{.Name}} {{if $.IsShowFullName}}<span style="color: var(--color-text-light-2); ">{{.FullName}}</span>{{end}}
157
+ {{avatar $.Context .}} {{.Name}} {{if $.IsShowFullName}}<span class="search-fullname ">{{.FullName}}</span>{{end}}
158
158
</a>
159
159
{{end}}
160
160
</div>
Original file line number Diff line number Diff line change 77
77
<a class="item" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{.SelectLabels}}&assignee={{$.AssigneeID}}">{{.locale.Tr "repo.issues.filter_poster_no_select"}}</a>
78
78
{{range .Posters}}
79
79
<a class="{{if eq $.PosterID .ID}}active selected{{end}} item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{$.SelectLabels}}&assignee={{$.AssigneeID}}&poster={{.ID}}">
80
- {{avatar $.Context .}} {{.Name}} {{if $.IsShowFullName}}<span style="color: var(--color-text-light-2); ">{{.FullName}}</span>{{end}}
80
+ {{avatar $.Context .}} {{.Name}} {{if $.IsShowFullName}}<span class="search-fullname ">{{.FullName}}</span>{{end}}
81
81
</a>
82
82
{{end}}
83
83
</div>
99
99
<a class="{{if eq $.AssigneeID .ID}}active selected{{end}} item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{$.SelectLabels}}&assignee={{.ID}}&poster={{$.PosterID}}">
100
100
{{avatar $.Context . 28 "gt-mr-2"}}
101
101
{{.Name}}
102
- {{if $.IsShowFullName}}<span style="color: var(--color-text-light-2); ">{{.FullName}}</span>{{end}}
102
+ {{if $.IsShowFullName}}<span class="search-fullname ">{{.FullName}}</span>{{end}}
103
103
</a>
104
104
{{end}}
105
105
</div>
Original file line number Diff line number Diff line change 186
186
<a class="item muted" href="#" data-id="{{.ID}}" data-id-selector="#assignee_{{.ID}}">
187
187
<span class="octicon-check invisible">{{svg "octicon-check"}}</span>
188
188
<span class="text">
189
- {{avatar $.Context . 28 "gt-mr-3"}}{{.Name}} {{if $.IsShowFullName}}<span style="color: var(--color-text-light-2); ">{{.FullName}}</span>{{end}}
189
+ {{avatar $.Context . 28 "gt-mr-3"}}{{.Name}} {{if $.IsShowFullName}}<span class="search-fullname ">{{.FullName}}</span>{{end}}
190
190
</span>
191
191
</a>
192
192
{{end}}
Original file line number Diff line number Diff line change 29
29
{{avatar $.Context .User 28 "gt-mr-3"}}
30
30
{{.User.Name}}
31
31
</span>
32
- {{if $.IsShowFullName}}<span class="text" style="color: var(--color-text-light-2); ">{{.User.FullName}}</span>{{end}}
32
+ {{if $.IsShowFullName}}<span class="text search-fullname ">{{.User.FullName}}</span>{{end}}
33
33
</a>
34
34
{{end}}
35
35
{{end}}
262
262
{{avatar $.Context . 28 "gt-mr-3"}}
263
263
{{.Name}}
264
264
</span>
265
- {{if $.IsShowFullName}}<span class="text" style="color: var(--color-text-light-2); ">{{.FullName}}</span>{{end}}
265
+ {{if $.IsShowFullName}}<span class="text search-fullname ">{{.FullName}}</span>{{end}}
266
266
</a>
267
267
{{end}}
268
268
</div>
Original file line number Diff line number Diff line change 50
50
{{range .Users}}
51
51
<div class="item" data-value="{{.ID}}">
52
52
{{avatar $.Context . 28 "mini"}}
53
- {{.Name}} {{if $.IsShowFullName}}<span style="color: var(--color-text-light-2); ">{{.FullName}}</span>{{end}}
53
+ {{.Name}} {{if $.IsShowFullName}}<span class="search-fullname ">{{.FullName}}</span>{{end}}
54
54
</div>
55
55
{{end}}
56
56
</div>
102
102
{{range .Users}}
103
103
<div class="item" data-value="{{.ID}}">
104
104
{{avatar $.Context . 28 "mini"}}
105
- {{.Name}} {{if $.IsShowFullName}}<span style="color: var(--color-text-light-2); ">{{.FullName}}</span>{{end}}
105
+ {{.Name}} {{if $.IsShowFullName}}<span class="search-fullname ">{{.FullName}}</span>{{end}}
106
106
</div>
107
107
{{end}}
108
108
</div>
182
182
{{range .Users}}
183
183
<div class="item" data-value="{{.ID}}">
184
184
{{avatar $.Context . 28 "mini"}}
185
- {{.Name}} {{if $.IsShowFullName}}<span style="color: var(--color-text-light-2); ">{{.FullName}}</span>{{end}}
185
+ {{.Name}} {{if $.IsShowFullName}}<span class="search-fullname ">{{.FullName}}</span>{{end}}
186
186
</div>
187
187
{{end}}
188
188
</div>
Original file line number Diff line number Diff line change 37
37
{{range .Users}}
38
38
<div class="item" data-value="{{.ID}}">
39
39
{{avatar $.Context . 28 "mini"}}
40
- {{.Name}} {{if $.IsShowFullName}}<span style="color: var(--color-text-light-2); ">{{.FullName}}</span>{{end}}
40
+ {{.Name}} {{if $.IsShowFullName}}<span class="search-fullname ">{{.FullName}}</span>{{end}}
41
41
</div>
42
42
{{end}}
43
43
</div>
Original file line number Diff line number Diff line change 2463
2463
padding-top : 9px !important ;
2464
2464
padding-bottom : 9px !important ;
2465
2465
}
2466
+
2467
+ .search-fullname {
2468
+ color : var (--color-text-light-2 );
2469
+ }
2466
2470
}
2467
2471
2468
2472
// End of .repository
You can’t perform that action at this time.
0 commit comments