Skip to content

Commit 866557b

Browse files
committed
fix(calendar): make tslint happy #4282
1 parent 5b569fe commit 866557b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,8 @@
628628
%cal-value--hidden%cal-value--disabled-range {
629629
background: transparent !important;
630630

631-
&::after, &::before {
631+
&::after,
632+
&::before {
632633
background: transparent !important;
633634
}
634635
}

0 commit comments

Comments
 (0)