9
9
/// Generates a light grid-summary schema.
10
10
/// @type {Map}
11
11
///
12
- /// @property {Color} background-color [inherit] - The summaries background color is inherited form igx-grid__tfoot .
12
+ /// @property {Color} background-color [inherit] - The summaries background color is inherited from the grid footer .
13
13
/// @property {Map} focus-background-color [igx-color: ('grays', 100)] - The background color when a summary item is on focus.
14
14
/// @property {map} label-color [igx-color: ('primary', 500)] - The summaries label color.
15
15
/// @property {map} label-hover-color [igx-color: ('primary', 700)] - The summaries hover label color.
@@ -54,7 +54,7 @@ $_light-grid-summary: extend(
54
54
/// Generates a fluent grid-summary schema.
55
55
/// @type {Map}
56
56
///
57
- /// @property {Color} background-color [ igx-color: ('surface')] - The summaries background color is inherited form igx-grid__tfoot
57
+ /// @property {Color} background-color [ igx-color: ('surface')] - The summaries background color is inherited from the grid footer.
58
58
/// @property {map} border-color [ igx-color: ('grays', 100)] - The summaries border color.
59
59
/// @property {map} pinned-border-color [igx-color: ('grays', 300), hexrgba: #fff] - The border color of the summary panel.
60
60
///
@@ -86,7 +86,8 @@ $_bootstrap-grid-summary: extend($_light-grid-summary);
86
86
87
87
/// Generates an indigo grid-summary schema.
88
88
/// @type {Map}
89
- /// @property {Color} background-color [igx-color: ('grays', 100), to-opaque: ()] - The summaries background color is inherited form igx-grid__tfoot.
89
+ /// @property {Color} background-color [igx-color: ('grays', 100), to-opaque: ()] - The summaries background color is inherited from the grid footer.
90
+ /// @property {map} label-hover-color [igx-color: ('primary', 900)] - The summaries hover label color.
90
91
/// @property {map} border-color [igx-color: ('primary', 50)] - The summaries border color.
91
92
/// @property {map} pinned-border-color [igx-color: ('primary', 200)] - The border color of the summary panel.
92
93
/// @requires {function} extend
@@ -101,6 +102,10 @@ $_indigo-grid-summary: extend(
101
102
to- opaque: ()
102
103
),
103
104
105
+ label- hover- color: (
106
+ igx- color: (' primary' , 900 )
107
+ ),
108
+
104
109
border-color : (
105
110
igx- color: (' primary' , 50 )
106
111
),
0 commit comments