Skip to content

Commit dfcfce3

Browse files
committed
fix(calendar): refine fluent theme styles for current date states
- Add hover styles for current dates excluding selected, special, and preview states.
1 parent e806e54 commit dfcfce3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/calendar/themes/shared/fluent/days-view.fluent.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,9 @@ $fake-bg-position: calc(50% - (var-get($theme, 'size') / 2));
350350
position: relative;
351351
overflow: hidden;
352352
color: var-get($theme, 'date-current-foreground');
353+
}
353354

355+
&[part~='current']:not([part~='selected'], [part~='special'], [part~='preview']) {
354356
&:hover {
355357
color: var-get($theme, 'date-current-hover-foreground');
356358

0 commit comments

Comments
 (0)