|
16 | 16 | /// @prop {Map} flat-hover-text-color [igx-color: ('secondary', 500)] - The hover text color of a flat button. |
17 | 17 | /// @prop {Map} flat-focus-background [igx-color: ('secondary', 400), rgba: .12] - The focus background color of a flat button. |
18 | 18 | /// @prop {Map} flat-focus-text-color [igx-color: ('secondary', 500)] - The focus text color of a flat button. |
19 | | -/// @prop {Color} flat-icon-color [currentColor] - The color of a flat button icon. |
20 | | -/// @prop {Color} flat-hover-icon-color [currentColor] - The hover color of a flat button icon. |
21 | | -/// @prop {Color} flat-focus-icon-color [currentColor] - The focus color of a flat button icon. |
| 19 | +/// @prop {Color} flat-icon-color ["'currentColor'"] - The color of a flat button icon. |
| 20 | +/// @prop {Color} flat-hover-icon-color ["'currentColor'"] - The hover color of a flat button icon. |
| 21 | +/// @prop {Color} flat-focus-icon-color ["'currentColor'"] - The focus color of a flat button icon. |
22 | 22 | /// |
23 | 23 | /// @prop {Color} outlined-background [transparent] - The background color of an outlined button |
24 | 24 | /// @prop {Map} outlined-text-color [igx-color: ('secondary', 500)] - The idle text color of an outlined button. |
|
28 | 28 | /// @prop {Map} outlined-hover-text-color [igx-color: ('secondary', 500)] - The hover text color of an outlined button. |
29 | 29 | /// @prop {Map} outlined-focus-background [igx-color: ('secondary', 400), rgba: .12] - The focus background color of an outlined button. |
30 | 30 | /// @prop {Map} outlined-focus-text-color [igx-color: ('secondary', 500)] - The focus text color of an outlined button. |
31 | | -/// @prop {Color} outlined-icon-color [currentColor] - The color of a outlined button icon. |
32 | | -/// @prop {Color} outlined-hover-icon-color [currentColor] - The hover color of a outlined button icon. |
33 | | -/// @prop {Color} outlined-focus-icon-color [currentColor] - The focus color of a outlined button icon. |
| 31 | +/// @prop {Color} outlined-icon-color ["'currentColor'"] - The color of a outlined button icon. |
| 32 | +/// @prop {Color} outlined-hover-icon-color ["'currentColor'"] - The hover color of a outlined button icon. |
| 33 | +/// @prop {Color} outlined-focus-icon-color ["'currentColor'"] - The focus color of a outlined button icon. |
34 | 34 | /// |
35 | 35 | /// @prop {Map} raised-background [igx-color: ('secondary', 500)] - The background color of an raised button. |
36 | 36 | /// @prop {Map} raised-text-color [igx-contrast-color: ('secondary', 500)] - The idle text color of a raised button. |
37 | 37 | /// @prop {Map} raised-hover-background [igx-color: ('secondary', 300)] - The hover background of a raised button. |
38 | 38 | /// @prop {Map} raised-hover-text-color [igx-contrast-color: ('secondary', 300)] - The hover text color of a raised button. |
39 | 39 | /// @prop {Map} raised-focus-background [igx-color: ('secondary', 300)] - The focus background color of a raised button. |
40 | 40 | /// @prop {Map} raised-focus-text-color [igx-contrast-color: ('secondary', 300)] - The focus text color of a raised button. |
41 | | -/// @prop {Color} raised-icon-color [currentColor] - The color of a raised button icon. |
42 | | -/// @prop {Color} raised-hover-icon-color [currentColor] - The hover color of a raised button icon. |
43 | | -/// @prop {Color} raised-focus-icon-color [currentColor] - The focus color of a raised button icon. |
| 41 | +/// @prop {Color} raised-icon-color ["'currentColor'"] - The color of a raised button icon. |
| 42 | +/// @prop {Color} raised-hover-icon-color ["'currentColor'"] - The hover color of a raised button icon. |
| 43 | +/// @prop {Color} raised-focus-icon-color ["'currentColor'"] - The focus color of a raised button icon. |
44 | 44 | /// |
45 | 45 | /// @prop {Map} fab-background [igx-color: ('secondary', 500)] - The background color of a floating action button. |
46 | 46 | /// @prop {Map} fab-text-color [igx-contrast-color: ('secondary', 500)] - The text color of a floating action button. |
@@ -86,17 +86,17 @@ $_light-button: extend( |
86 | 86 | igx-color: ('secondary', 500) |
87 | 87 | ), |
88 | 88 |
|
89 | | - flat-icon-color: currentColor, |
90 | | - flat-hover-icon-color: currentColor, |
91 | | - flat-focus-icon-color: currentColor, |
| 89 | + flat-icon-color: "'currentColor'", |
| 90 | + flat-hover-icon-color: "'currentColor'", |
| 91 | + flat-focus-icon-color: "'currentColor'", |
92 | 92 |
|
93 | | - raised-icon-color: currentColor, |
94 | | - raised-hover-icon-color: currentColor, |
95 | | - raised-focus-icon-color: currentColor, |
| 93 | + raised-icon-color: "'currentColor'", |
| 94 | + raised-hover-icon-color: "'currentColor'", |
| 95 | + raised-focus-icon-color: "'currentColor'", |
96 | 96 |
|
97 | | - outlined-icon-color: currentColor, |
98 | | - outlined-hover-icon-color: currentColor, |
99 | | - outlined-focus-icon-color: currentColor, |
| 97 | + outlined-icon-color: "'currentColor'", |
| 98 | + outlined-hover-icon-color: "'currentColor'", |
| 99 | + outlined-focus-icon-color: "'currentColor'", |
100 | 100 |
|
101 | 101 | flat-hover-background: ( |
102 | 102 | igx-color: ('secondary', 500), |
|
0 commit comments