UI: Implement Web Assets' theme system, and add 'dark' theme #103972

Merged
Márton Lente merged 23 commits from ui/theme-system into main 2024-09-30 15:03:39 +02:00
Showing only changes of commit 956b2eaae2 - Show all commits

View File

@ -260,6 +260,13 @@ button.going-star
/* Web Assets overrides. */
// TODO: check component forms in Web Assets v2
.form-control
&:disabled,
&[readonly]
background-color: var(--input-color-bg)
color: var(--color-text-secondary)
pointer-events: none
.form-group
display: block