Skip to content

Commit 0d00346

Browse files
author
Konstantin Dinev
committed
feat(*): migrating sass variables to 15
1 parent d24cfbc commit 0d00346

18 files changed

Lines changed: 27 additions & 27 deletions

File tree

projects/app-lob/src/app/grid-finjs/grid-finjs.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
.changePos2 {
8181
.igx-grid__td-text {
82-
--igx-success-l: 40%;
82+
--ig-success-l: 40%;
8383
border-inline-end: rem(4px) solid color(null, 'success', 500, .5);
8484
padding-inline-end: rem(15px);
8585
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
::ng-deep {
22
.custom-body {
3-
color: var(--igx-surface-500-contrast);
4-
background: hsla(var(--igx-surface-500));
3+
color: var(--ig-surface-500-contrast);
4+
background: hsla(var(--ig-surface-500));
55
}
66
}

src/app/grid/grid-summary-template/grid-summary-template.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ igx-buttongroup {
4242
min-width: 70px;
4343
justify-self: flex-start;
4444
text-align: left;
45-
color: hsla(var(--igx-secondary-600));
45+
color: hsla(var(--ig-secondary-600));
4646
user-select: none;
4747
}
4848
}

src/app/grid/grid-validation-style/grid-validation-style.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
:host ::ng-deep {
13-
--igx-error-500: 34deg, 80%, 63%;
13+
--ig-error-500: 34deg, 80%, 63%;
1414

1515
.invalid-cell {
1616
box-shadow: inset 0 0 0 0.125rem color($color: error);

src/app/hierarchical-grid/hgrid-summary-export/hgrid-summary-export.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ igx-buttongroup {
2828
align-items: center;
2929
gap: 4px;
3030
justify-content: space-between;
31-
color: hsla(var(--igx-grays-900));
31+
color: hsla(var(--ig-gray-900));
3232

3333
span {
3434
user-select: all;
@@ -42,15 +42,15 @@ igx-buttongroup {
4242
min-width: 70px;
4343
justify-self: flex-start;
4444
text-align: left;
45-
color: hsla(var(--igx-secondary-600));
45+
color: hsla(var(--ig-secondary-600));
4646
user-select: none;
4747
}
4848
}
4949

5050
> * {
5151
padding: 8px 0;
5252
line-height: 18px;
53-
border-bottom: 1px dashed hsla(var(--igx-grays-400));
53+
border-bottom: 1px dashed hsla(var(--ig-gray-400));
5454

5555
&:last-child {
5656
border-bottom: none;

src/app/hierarchical-grid/hgrid-summary-template/hgrid-summary-template.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ igx-buttongroup {
4242
min-width: 70px;
4343
justify-self: flex-start;
4444
text-align: left;
45-
color: hsla(var(--igx-secondary-600));
45+
color: hsla(var(--ig-secondary-600));
4646
user-select: none;
4747
}
4848
}

src/app/hierarchical-grid/hierarchical-grid-validation-style/hierarchical-grid-validation-style.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
:host ::ng-deep {
13-
--igx-error-500: 34deg, 80%, 63%;
13+
--ig-error-500: 34deg, 80%, 63%;
1414

1515
.invalid-cell {
1616
box-shadow: inset 0 0 0 0.125rem color($color: error);
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
::ng-deep {
22
.custom-body {
3-
color: var(--igx-surface-500-contrast);
4-
background: hsla(var(--igx-surface-500));
3+
color: var(--ig-surface-500-contrast);
4+
background: hsla(var(--ig-surface-500));
55
}
66
}

src/app/interactions/toggle/toggle-samples.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
}
2525

2626
.custom-body & {
27-
color: var(--igx-surface-500-contrast);
28-
background-color: hsla(var(--igx-surface-500));
27+
color: var(--ig-surface-500-contrast);
28+
background-color: hsla(var(--ig-surface-500));
2929
}
3030
}
3131

src/app/lists/combo/combo-template/combo-template.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.header-class, .footer-class {
77
text-align: center;
88
padding: 4px;
9-
color: var(--igx-secondary-500);
9+
color: var(--ig-secondary-500);
1010
}
1111

1212
.empty-class {

0 commit comments

Comments
 (0)