-
Notifications
You must be signed in to change notification settings - Fork 159
Labels
📆 calendar✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.version: 20.0.x
Description
Description
When using the range selection, hovering the second date uses $date-hover-background
as background but uses $date-selected-range-hover-foreground
for foreground, which is later then used inside the range for foreground when hovering. This results again in a conflict if you have a dark hover background for the date and light hover background for the range selection.
In my opinion everywhere that the background is set to $date-hover-background
we should be using the $date-hover-foreground
so it's correctly returned as a contrast color without interfering with other date states.
Date range hover preview:
https://github.com/user-attachments/assets/0b5797d1-38f7-474a-a0fa-0e1b0cc08770
desig9stein
Metadata
Metadata
Assignees
Labels
📆 calendar✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.version: 20.0.x