File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ $dark-bootstrap-grid-toolbar: extend($bootstrap-grid-toolbar);
32
32
/// @requires {function} extend
33
33
/// @requires $indigo-grid-toolbar
34
34
$dark-indigo-grid-toolbar : extend (
35
- $indigo-grid-toolbar
35
+ $indigo-grid-toolbar ,
36
36
(
37
37
background-color : (
38
38
igx- color: ' surface' ,
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ $light-grid-summary: (
51
51
/// Generates a fluent grid-summary schema.
52
52
/// @type {Map}
53
53
///
54
- /// @property {Color } background-color [ igx-color: ('surface')] - The summaries background color is inherited from the grid footer.
55
- /// @property {map} border-color [ igx-color: ('grays', 100)] - The summaries border color.
54
+ /// @property {Map } background-color [igx-color: ('surface')] - The summaries background color is inherited from the grid footer.
55
+ /// @property {map} border-color [igx-color: ('grays', 100)] - The summaries border color.
56
56
/// @property {map} pinned-border-color [igx-color: ('grays', 300)] - The border color of the summary panel.
57
57
///
58
58
/// @requires {function} extend
@@ -81,7 +81,7 @@ $bootstrap-grid-summary: $light-grid-summary;
81
81
82
82
/// Generates an indigo grid-summary schema.
83
83
/// @type {Map}
84
- /// @property {Color } background-color [igx-color: ('grays', 100)] - The summaries background color is inherited from the grid footer.
84
+ /// @property {Map } background-color [igx-color: ('grays', 100)] - The summaries background color is inherited from the grid footer.
85
85
/// @property {map} label-hover-color [igx-color: ('primary', 900)] - The summaries hover label color.
86
86
/// @property {map} border-color [igx-color: ('primary', 50)] - The summaries border color.
87
87
/// @property {map} pinned-border-color [igx-color: ('primary', 200)] - The border color of the summary panel.
You can’t perform that action at this time.
0 commit comments