File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
projects/igniteui-angular/src/lib/core/styles Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 706
706
@extend %igx-grid__tree-cell-cosy--padding-level-#{$i } !optional ;
707
707
}
708
708
}
709
+
710
+ @include e (td, $m : pinned- chip) {
711
+ @extend %grid-cell--pinned-chip--cosy !optional ;
712
+ }
709
713
}
710
714
711
715
@include m (compact ) {
811
815
@extend %igx-grid__tree-cell-compact--padding-level-#{$i } !optional ;
812
816
}
813
817
}
818
+
819
+ @include e (td, $m : pinned- chip) {
820
+ @extend %grid-cell--pinned-chip--compact !optional ;
821
+ }
814
822
}
815
823
816
824
@include _excel-filtering-partial ();
Original file line number Diff line number Diff line change 1418
1418
}
1419
1419
1420
1420
%grid-cell--pinned-chip {
1421
- margin-right : rem (4px );
1421
+ margin- #{$right } : rem (12px );
1422
+ }
1423
+
1424
+ %grid-cell--pinned-chip--cosy {
1425
+ margin- #{$right } : rem (8px );
1426
+ }
1427
+
1428
+ %grid-cell--pinned-chip--compact {
1429
+ margin- #{$right } : rem (4px );
1422
1430
}
1423
1431
1424
1432
%grid-cell-header {
Original file line number Diff line number Diff line change 47
47
/// @prop {Map} edit-mode-color [igx-color: ('secondary', 500)] - The text color in edit mode.
48
48
/// @prop {Map} edited-row-indicator [igx-color: ('grays', 400)] - The indicator's color of edited row.
49
49
/// @prop {Map} cell-edited-value-color [igx-color: ('grays', 600)] - The color of cell edited value.
50
- /// @prop {Map} cell-disabled-color [igx-color: ('grays', 600 )] - The text color of a disabled cell.
50
+ /// @prop {Map} cell-disabled-color [igx-color: ('grays', 500 )] - The text color of a disabled cell.
51
51
/// @prop {Map} resize-line-color [igx-color: ('secondary', 500)] - The table header resize line color.
52
52
/// @prop {Map} drop-indicator-color [igx-color: ('secondary', 500)] - The color of the drop indicator.
53
53
/// @prop {Map} grouparea-background [igx-color: ('grays', 100), hexrgba: #fff] - The grid group area background color.
@@ -235,7 +235,7 @@ $_light-grid: extend(
235
235
),
236
236
237
237
cell- disabled- color: (
238
- igx- color: (' grays' , 400 )
238
+ igx- color: (' grays' , 500 )
239
239
),
240
240
241
241
resize- line- color: (
You can’t perform that action at this time.
0 commit comments