mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Prevent text selection on table rows
This commit is contained in:
		@@ -1,5 +1,9 @@
 | 
			
		||||
@import "/src/theme";
 | 
			
		||||
 | 
			
		||||
tr {
 | 
			
		||||
  user-select: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table-row-selected {
 | 
			
		||||
  background-color: $primaryFaded;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user