The right border on buttons in the button group should be a disabled color when the buttons are disabled.
The right border on buttons in the button group remain the original color when the buttons are disabled.
Link: https://codesandbox.io/s/material-demo-4v1iu
Providing a consistent UI to our users. All other disabled buttons look fully disabled.
| Tech | Version |
|--------------|---------|
| Material-UI | v4.2.0 |
| React | 16.9.0 |
| Browser | Any |
| TypeScript | N/A |
| etc. | |
I'm currently working around this by overriding a class
groupedContained: {
'&:not(:last-child)': {
'&.Mui-disabled': {
borderRight: `1px solid ${theme.palette.action.disabled}`
}
},
}
Seems like your workaround should also work as a permanent fix. Do you want to work on it?
Yeah I can work on it
On Wed, Jul 10, 2019 at 6:12 PM Matt notifications@github.com wrote:
Seems like your workaround should also work as a permanent fix. Do you
want to work on it?โ
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/mui-org/material-ui/issues/16558?email_source=notifications&email_token=AAZDH7NFJKXX6QNGMJ42LT3P6ZNFPA5CNFSM4H7VDAJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZU4Y3Y#issuecomment-510250095,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAZDH7PPTDVOPTCJYDWEI6DP6ZNFPANCNFSM4H7VDAJQ
.
Most helpful comment
Yeah I can work on it
On Wed, Jul 10, 2019 at 6:12 PM Matt notifications@github.com wrote: