jaikamat / clubhouse-pos-importer

Monorepo for an LGS's inventory management system
1 stars 0 forks source link

Remove semantic UI css #302

Closed jaikamat closed 3 years ago

jaikamat commented 3 years ago

Summary

In order for our former view library to display properly, it depended upon semantic-ui-css, which has now been uninstalled. Replacing it is MUI's out-of-the-box css reset component called CssBaseline.

After importing it, I'd noticed that links retained their text-decoration, which I chose to override in a global configuration on the theme.

There's also a minor fix to the sale view placeholder which caused some unnecessary padding, presumably from <p /> tag defaults.