You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dark mode, certain buttons (specifically the "Hide Counts" button in the filter panel) display with a white background color on hover. This creates a visual inconsistency with the dark theme and causes poor contrast with surrounding elements.
Screen.Recording.2025-05-17.at.2.50.59.PM.mov
Current Behavior
When hovering over the "Hide Counts" button in dark mode - the button background changes to white
Expected Behavior
When hovering over buttons in dark mode - the button background should use a dark-appropriate hover color
Uh oh!
There was an error while loading. Please reload this page.
Description
In dark mode, certain buttons (specifically the "Hide Counts" button in the filter panel) display with a white background color on hover. This creates a visual inconsistency with the dark theme and causes poor contrast with surrounding elements.
Screen.Recording.2025-05-17.at.2.50.59.PM.mov
Current Behavior
When hovering over the "Hide Counts" button in dark mode - the button background changes to white
Expected Behavior
When hovering over buttons in dark mode - the button background should use a dark-appropriate hover color
Issue
django-unfold/src/unfold/templates/unfold/helpers/change_list_filter_actions.html
Line 15 in 5c1125d
The issue is that
hover:bg-base-50
is the only bg class on hover. Its missingdark:hover:bg-base-900
The text was updated successfully, but these errors were encountered: