From 6b2a403ae2eb89398a649a52721a8888ab429b09 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 19 May 2026 02:03:57 +0000 Subject: style(transitions): add .button-badge / .badge-info to :where() A surface audit of commit 963d6356 (which narrowed the universal * transition rule) identified two genuine regressions: .button-badge and .badge-info, both chip styles in src/styles/badge.css. Their :hover changes background-color, which the global * rule used to animate but the narrowed :where() list did not catch. Adds them to the :where() list. All other state-change surfaces audited either still match the existing selectors (anchors, buttons, form controls, cards, ARIA roles) or have their own explicit transition rule (covers, tool cards, badge wall, previews). --- src/styles/colours.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/styles/colours.css b/src/styles/colours.css index 694807b4..1a563dc2 100644 --- a/src/styles/colours.css +++ b/src/styles/colours.css @@ -64,6 +64,8 @@ details, summary, .card, + .button-badge, + .badge-info, [role="button"], [role="menuitem"], [role="option"] -- cgit v1.2.3