Skip to content

Commit 0b78e31

Browse files
committed
chore(calendar): remove commented code
1 parent 2c5db9d commit 0b78e31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2392,7 +2392,6 @@
23922392
}
23932393

23942394
&::before {
2395-
//inset-inline-end: calc($date-size / 2 - #{$border-size});
23962395
border-inline-end-color: transparent;
23972396
border-start-start-radius: var-get($theme, 'date-range-border-radius');
23982397
border-end-start-radius: var-get($theme, 'date-range-border-radius');
@@ -2406,7 +2405,6 @@
24062405
}
24072406

24082407
&::before {
2409-
//inset-inline-start: calc($date-size / 2 - #{$border-size});
24102408
border-inline-start-color: transparent;
24112409
border-start-end-radius: var-get($theme, 'date-range-border-radius');
24122410
border-end-end-radius: var-get($theme, 'date-range-border-radius');

0 commit comments

Comments
 (0)