File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ $_dark-bootstrap-chip: extend($_bootstrap-chip, $_base-dark-chip);
40
40
/// Generates a dark indigo chip schema based on a mix of $_indigo-chip and $_base-dark-chip.
41
41
/// @type {Map}
42
42
/// @prop {Map} background [igx-color: ('grays', 500)] - The chip background color.
43
+ /// @prop {Map} ghost-background [igx-color: ('grays', 300), to-opaque: (igx-color: 'surface')] - The chip ghost background color.
43
44
/// @prop {Map} hover-background [igx-color: ('grays', 300)] - The chip hover background color.
44
45
/// @prop {Map} focus-background [igx-color: ('grays', 300)] The focused chip background color.
45
46
/// @requires extend
@@ -53,6 +54,14 @@ $_dark-indigo-chip: extend(
53
54
igx- color: (' grays' , 500 )
54
55
),
55
56
57
+ ghost- background: (
58
+ igx- color: (' grays' , 300 ),
59
+
60
+ to- opaque: (
61
+ igx- color: ' surface' ,
62
+ )
63
+ ),
64
+
56
65
hover- background: (
57
66
igx- color: (' grays' , 300 )
58
67
),
Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ $_bootstrap-chip: extend(
214
214
/// @prop {Number} border-radius [3px] - The border radius fraction used for chip component.
215
215
/// @prop {Color} text-color [#fff] - The chip text color.
216
216
/// @prop {Map} background [igx-color: ('grays', 600)] - The chip background color.
217
+ /// @prop {Map} ghost-background [igx-color: ('grays', 800), to-opaque: (igx-color: 'surface')] - The chip ghost background color.
217
218
/// @prop {Color} hover-text-color [#fff] - The chip text hover color.
218
219
/// @prop {Map} hover-background [igx-color: ('grays', 800)] - The chip hover background color.
219
220
/// @prop {Color} focus-text-color [#fff] The focused chip text color.
@@ -239,6 +240,14 @@ $_indigo-chip: extend(
239
240
igx- color: (' grays' , 600 )
240
241
),
241
242
243
+ ghost- background: (
244
+ igx- color: (' grays' , 800 ),
245
+
246
+ to- opaque: (
247
+ igx- color: ' surface' ,
248
+ )
249
+ ),
250
+
242
251
text- color: #fff ,
243
252
244
253
hover- text- color: #fff ,
You can’t perform that action at this time.
0 commit comments