]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(ui/web): fix editable pill hover visibility in light themes
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 8 May 2026 18:30:30 +0000 (20:30 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 8 May 2026 18:30:30 +0000 (20:30 +0200)
commit5550697fe8b711f3b206602d67ebb2f461a9778b
treecacd147ea5f7a9cac03f5f3ac1b39eb26663bae1
parent2b1db3b373a8c1bf5f7a2fe41bc030c77ac8d51f
fix(ui/web): fix editable pill hover visibility in light themes

Refactor pill background to use scoped --_pill-bg and --_pill-bg-hover
custom properties (MD3 pattern). Each variant co-locates its base and
hover background values, and light-mode overrides reassign both.

The hover rule simply consumes var(--_pill-bg-hover), eliminating the
specificity battle that prevented the hover effect from appearing in
light themes.
ui/web/src/skins/modern/modern.css