-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Problem
The floating navigation component visible at /preview/reports (bottom right) does not appear to use the standard data-* attribute hooks that all other components rely on for theme CSS.
Expected
All components should use consistent data-* attribute hooks (e.g. data-floating-nav, data-floating-nav-item) so that theme CSS files can target them reliably, just like data-list, data-button, data-card, etc.
Impact
Without data-attribute hooks, the floating navigation cannot be themed per data-style — it will either inherit unstyled defaults or rely on class-based CSS that conflicts with the architecture.
Steps to Reproduce
- Navigate to
/preview/reports - Inspect the floating navigation element in the bottom right
- Observe that elements lack
data-*attribute selectors used by the theme system
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels