mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: status chip (#501)
This commit is contained in:
		
							parent
							
								
									c0da8ed6bc
								
							
						
					
					
						commit
						3465f4c664
					
				@ -2,7 +2,6 @@ import { makeStyles } from '@material-ui/core/styles';
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export const useStyles = makeStyles(theme => ({
 | 
					export const useStyles = makeStyles(theme => ({
 | 
				
			||||||
    chip: {
 | 
					    chip: {
 | 
				
			||||||
        margin: '0 8px',
 | 
					 | 
				
			||||||
        background: 'transparent',
 | 
					        background: 'transparent',
 | 
				
			||||||
        border: `1px solid ${theme.palette.primary.main}`,
 | 
					        border: `1px solid ${theme.palette.primary.main}`,
 | 
				
			||||||
        color: theme.palette.primary.main,
 | 
					        color: theme.palette.primary.main,
 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@ export const useStyles = makeStyles(theme => ({
 | 
				
			|||||||
        margin: '1rem 0',
 | 
					        margin: '1rem 0',
 | 
				
			||||||
        '&:hover': {
 | 
					        '&:hover': {
 | 
				
			||||||
            backgroundColor: theme.palette.grey[200],
 | 
					            backgroundColor: theme.palette.grey[200],
 | 
				
			||||||
        }
 | 
					        },
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    listItemMetric: {
 | 
					    listItemMetric: {
 | 
				
			||||||
        width: '40px',
 | 
					        width: '40px',
 | 
				
			||||||
@ -28,8 +28,10 @@ export const useStyles = makeStyles(theme => ({
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    listItemStrategies: {
 | 
					    listItemStrategies: {
 | 
				
			||||||
        marginLeft: 'auto',
 | 
					        marginLeft: 'auto',
 | 
				
			||||||
 | 
					        display: 'flex',
 | 
				
			||||||
 | 
					        alignItems: 'center',
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    disabledLink:{
 | 
					    disabledLink: {
 | 
				
			||||||
        pointerEvents: 'none'
 | 
					        pointerEvents: 'none',
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
}));
 | 
					}));
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user