Skip to content

Commit 1a741c1

Browse files
authored
Merge branch 'master' into rivanova/fix-16057-master
2 parents 7996bf1 + 138e7c2 commit 1a741c1

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)