Skip to content

Commit 1aea435

Browse files
committed
fix(calendar): ensure weekend date hover color is applied consistently across all theme variants.
1 parent 160626d commit 1aea435

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

projects/igniteui-angular/src/lib/core/styles/components/calendar/_calendar-theme.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,11 +1889,9 @@
18891889
%date-inner {
18901890
color: var-get($theme, 'weekend-color');
18911891

1892-
@if $variant == 'indigo' {
1893-
&:hover {
1894-
color: var-get($theme, 'date-hover-foreground');
1895-
}
1896-
}
1892+
&:hover {
1893+
color: var-get($theme, 'date-hover-foreground');
1894+
}
18971895
}
18981896
}
18991897

0 commit comments

Comments
 (0)