Button: "Display: None"
Cole Quartuccio
After my engineer applied an updated theme, exported via Material UI Sync, all of the buttons disappeared. The button component has some new style overrides I haven't seen before and didn't intent to apply:
"&:not(.Mui-disabled):not(.Mui-focusVisible):not(:hover)": {
"color": "var(--mui-palette-action-disabled)",
"border": "1px solid var(--mui-palette-action-disabledBackground)",
"background": "none",
"display": "none"
},
Any ideas how I might have changed the button component for the theme to generate this way? Any thoughts on how I could fix this? Thanks!
Olivier Tassinari
Moved to https://github.com/mui/mui-design-kits/issues/362
Frank Paz
Having the same issue right now. After exporting the json all the buttons dis-appeared. This doesn't look right?