mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-14 01:16:17 +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',
|
textDecoration: 'underline',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
userSelect: 'auto',
|
||||||
|
'-webkit-user-select': 'auto',
|
||||||
|
'-moz-user-select': 'auto',
|
||||||
|
'-ms-user-select': 'auto',
|
||||||
}));
|
}));
|
||||||
const StyledAccordionDetails = styled(AccordionDetails)(({ theme }) => ({
|
const StyledAccordionDetails = styled(AccordionDetails)(({ theme }) => ({
|
||||||
borderTop: `1px dashed ${theme.palette.divider}`,
|
borderTop: `1px dashed ${theme.palette.divider}`,
|
||||||
|
Loading…
Reference in New Issue
Block a user