tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
3.02k stars 252 forks source link

Consolidate button.css into style.css #1769

Closed jotaen4tinypilot closed 1 month ago

jotaen4tinypilot commented 6 months ago

style.css is already importing button.css, so we automatically have both when we import style.css in web components.

However, in almost all of our web components, we still import both (e.g., see the <update-dialog> as an example.

I’d argue that the button style is as fundamental as any other style definition in style.css, so we could consider refactoring this. E.g.: