mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	feat: allow selection of text in strategies for contexts (#5071)
This commit is contained in:
		
							parent
							
								
									c5914a077f
								
							
						
					
					
						commit
						d6607373fa
					
				@ -45,6 +45,10 @@ const StyledAccordionSummary = styled(AccordionSummary)(({ theme }) => ({
 | 
			
		||||
            textDecoration: 'underline',
 | 
			
		||||
        },
 | 
			
		||||
    },
 | 
			
		||||
    userSelect: 'auto',
 | 
			
		||||
    '-webkit-user-select': 'auto',
 | 
			
		||||
    '-moz-user-select': 'auto',
 | 
			
		||||
    '-ms-user-select': 'auto',
 | 
			
		||||
}));
 | 
			
		||||
const StyledAccordionDetails = styled(AccordionDetails)(({ theme }) => ({
 | 
			
		||||
    borderTop: `1px dashed ${theme.palette.divider}`,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user