mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Fix disabled input styles for mantine v6
This commit is contained in:
parent
13f48711a9
commit
757eddd6f1
3 changed files with 31 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ const StyledSelect = styled(MantineSelect)`
|
|||
background: var(--input-bg);
|
||||
}
|
||||
|
||||
& .mantine-Select-disabled {
|
||||
& [data-disabled='true'] {
|
||||
background: var(--input-bg);
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
|
@ -76,8 +76,8 @@ const StyledMultiSelect = styled(MantineMultiSelect)`
|
|||
background: var(--input-select-bg);
|
||||
}
|
||||
|
||||
& .mantine-MultiSelect-disabled {
|
||||
background: var(--input-select-bg);
|
||||
& [data-disabled='true'] {
|
||||
background: var(--input-bg);
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue