mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	add highlight to table rows for features
This commit is contained in:
		
							parent
							
								
									81b82c368a
								
							
						
					
					
						commit
						3e07c4f989
					
				@ -3,6 +3,9 @@ import { makeStyles } from '@material-ui/core/styles';
 | 
				
			|||||||
export const useStyles = makeStyles(theme => ({
 | 
					export const useStyles = makeStyles(theme => ({
 | 
				
			||||||
    tableRow: {
 | 
					    tableRow: {
 | 
				
			||||||
        cursor: 'pointer',
 | 
					        cursor: 'pointer',
 | 
				
			||||||
 | 
					        '&:hover': {
 | 
				
			||||||
 | 
					            backgroundColor: '#f5f5f5',
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    tableCell: {
 | 
					    tableCell: {
 | 
				
			||||||
        border: 'none',
 | 
					        border: 'none',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user