mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02: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