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 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+ }
174+ 
170175.ui .attached .table  {
171176  top :  0 ;
172177  bottom :  0 ;
289294.ui .basic .striped .table  >  tbody  >  tr : nth-child (2n) {
290295  background :  var (--color-light );
291296}
297+ .ui .basic .striped .selectable .table  >  tbody  >  tr : nth-child (2n): hover  {
298+   background :  var (--color-hover );
299+ }
292300
293301.ui [class *= "very basic" ].table  {
294302  border :  none;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments