File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 10
10
{{template "shared/repo/search" .}}
11
11
</div>
12
12
<div class="ui attached table segment">
13
- <table class="ui very basic striped table unstackable">
13
+ <table class="ui very basic striped table selectable unstackable">
14
14
<thead>
15
15
<tr>
16
16
<th data-sortt-asc="oldest" data-sortt-desc="newest">ID{{SortArrow "oldest" "newest" $.SortType false}}</th>
Original file line number Diff line number Diff line change 56
56
</form>
57
57
</div>
58
58
<div class="ui attached table segment">
59
- <table class="ui very basic striped table unstackable">
59
+ <table class="ui very basic striped selectable table unstackable">
60
60
<thead>
61
61
<tr>
62
62
<th data-sortt-asc="oldest" data-sortt-desc="newest">ID{{SortArrow "oldest" "newest" .SortType false}}</th>
Original file line number Diff line number Diff line change 167
167
text-overflow : ellipsis;
168
168
}
169
169
170
+ .ui .selectable .table > tbody > tr : hover ,
171
+ .ui .table tbody tr td .selectable : hover {
172
+ background : var (--color-hover );
173
+ }
174
+
170
175
.ui .attached .table {
171
176
top : 0 ;
172
177
bottom : 0 ;
289
294
.ui .basic .striped .table > tbody > tr : nth-child (2n) {
290
295
background : var (--color-light );
291
296
}
297
+ .ui .basic .striped .selectable .table > tbody > tr : nth-child (2n): hover {
298
+ background : var (--color-hover );
299
+ }
292
300
293
301
.ui [class *= "very basic" ].table {
294
302
border : none;
You can’t perform that action at this time.
0 commit comments