Settings inputs render with light background under data-bs-theme=dark #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the tester cockpit
/hero_cockpit/web/settingspage, several form inputs render with a noticeably lighter background than the surrounding dark panel:paste new key...).herodemo.gent01.grid.tf).The page-level
data-bs-themeis set to dark via base.html, and other components (cards, tables, alerts) honor it correctly. Only<input>elements look off. Likely missingclass="form-control"or carrying a hard-codedbg-white/bg-lightclass on those inputs.Surface:
crates/hero_cockpit_web/templates/settings.html(or whichever fragment renders the BYO keys table and the base-domain form).Repro: open
https://hcockpit.gent01.qa.grid.tf/hero_cockpit/web/settingsafter SSO sign-in in a browser with default (dark) theme. Inputs render light-on-dark.Other cockpit_web pages (services, manual, feedback, about) render dark-theme correctly per the s169 walk.
Surfaced during s169 e2e tester walk (home#238).
Fixed by squash-merge
08e7788ondevelopment. Droppedtable-lightfrom the thead on settings / about / services so the table header inheritsdata-bs-theme=dark. Live verification queued for s170 redeploy.