File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 {{template " shared/repo/search" . }}
1111 </div>
1212 <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" >
1414 <thead>
1515 <tr>
1616 <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 5656 </form>
5757 </div>
5858 <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" >
6060 <thead>
6161 <tr>
6262 <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 167167 text-overflow : ellipsis;
168168}
169169
170+ .ui .selectable .table > tbody > tr : hover ,
171+ .ui .table tbody tr td .selectable : hover {
172+ background : var (--color-hover );
173+ color : var (--color-text );
174+ }
175+
170176.ui .attached .table {
171177 top : 0 ;
172178 bottom : 0 ;
289295.ui .basic .striped .table > tbody > tr : nth-child (2n) {
290296 background : var (--color-light );
291297}
298+ .ui .basic .striped .selectable .table > tbody > tr : nth-child (2n): hover {
299+ background : var (--color-hover );
300+ }
292301
293302.ui [class *= "very basic" ].table {
294303 border : none;
You can’t perform that action at this time.
0 commit comments