mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-29 02:32:37 -04:00
Remove user-select from checkbox
This commit is contained in:
@@ -167,12 +167,10 @@ export const StyledInput = styled(Input)<{ width: number; opacity?: number }>`
|
||||
`;
|
||||
|
||||
export const StyledCheckbox = styled(Checkbox)`
|
||||
user-select: none;
|
||||
div {
|
||||
label {
|
||||
span {
|
||||
&:before {
|
||||
border: ${(props) => `1px solid ${props.theme.colors.primary}`};
|
||||
}
|
||||
span {
|
||||
&:before {
|
||||
background-color: ${(props) =>
|
||||
|
||||
Reference in New Issue
Block a user