mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Fix hover color for last row of repo file list (#15018)
This commit is contained in:
		@@ -343,6 +343,16 @@
 | 
			
		||||
        cursor: default;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      tr:last-of-type {
 | 
			
		||||
        td:first-child {
 | 
			
		||||
          border-bottom-left-radius: var(--border-radius);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        td:last-child {
 | 
			
		||||
          border-bottom-right-radius: var(--border-radius);
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      tr:hover {
 | 
			
		||||
        background-color: #ffffee;
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user