mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
UserItem: fix multiselect styles being overridden
This commit is contained in:
@@ -126,24 +126,24 @@ export default function UserItem({ id, user, roles: rolesProp }: User) {
|
||||
sx: {
|
||||
mr: 0.5,
|
||||
|
||||
"& .MuiInputLabel-root": {
|
||||
"&& .MuiInputLabel-root": {
|
||||
opacity: 0,
|
||||
mt: -3,
|
||||
},
|
||||
|
||||
"& .MuiFilledInput-root": {
|
||||
"&& .MuiFilledInput-root": {
|
||||
bgcolor: "transparent",
|
||||
boxShadow: 0,
|
||||
"&::before": { content: "none" },
|
||||
|
||||
"&:hover, &.Mui-focused": { bgcolor: "action.hover" },
|
||||
},
|
||||
"& .MuiSelect-select.MuiFilledInput-input": {
|
||||
"&& .MuiSelect-select.MuiFilledInput-input": {
|
||||
typography: "button",
|
||||
pl: 1,
|
||||
pr: 3.25,
|
||||
},
|
||||
"& .MuiSelect-icon": {
|
||||
"&& .MuiSelect-icon": {
|
||||
right: 2,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user