Skip to content

Commit 138e7c2

Browse files
desig9steindidimmovasimeonoff
authored
fix(calendar): ensure weekend date hover color is applied consistently across all theme variants. (#16077)
Co-authored-by: Dilyana Yarabanova <[email protected]> Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent a05aab6 commit 138e7c2

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
@@ -814,11 +814,9 @@
814814
%date-inner {
815815
color: var-get($theme, 'weekend-color');
816816

817-
@if $variant == 'indigo' {
818-
&:hover {
819-
color: var-get($theme, 'date-hover-foreground');
820-
}
821-
}
817+
&:hover {
818+
color: var-get($theme, 'date-hover-foreground');
819+
}
822820
}
823821
}
824822

0 commit comments

Comments
 (0)