File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ $_dark-bootstrap-navdrawer: extend(
53
53
/// @prop {Map} item-header-text-color [igx-contrast-color: ('grays', 800)] - The header's idle text color.
54
54
/// @prop {Map} item-text-color [igx-contrast-color: ('grays', 800), rgba: .8] - The item's idle text color.
55
55
/// @prop {Map} item-icon-color [igx-contrast-color: ('grays', 800), rgba: .8] - The item's icon color.
56
- /// @prop {Map} item-active-text-color [igx-contrast-color: ('grays', 800)] - The item's active text color.
56
+ /// @prop {Map} item-active-background [igx-contrast-color: ('grays', 800), rgba: .1] - The item's active background color.
57
+ /// @prop {map} item-active-text-color [igx-contrast-color: ('grays', 800)] - The item's active text color.
57
58
/// @prop {Map} item-active-icon-color [igx-contrast-color: ('grays', 800)] - The item's icon active color.
58
59
/// @prop {Map} item-hover-text-color [igx-contrast-color: ('grays', 800)] - The item's hover text color.
59
60
/// @prop {Map} item-hover-icon-color [igx-contrast-color: ('grays', 800)] - The item's hover icon color.
@@ -83,7 +84,7 @@ $_dark-indigo-navdrawer: extend(
83
84
84
85
item- active- background: (
85
86
igx- contrast- color: (' grays' , 800 ),
86
- rgba: .2
87
+ rgba: .1
87
88
),
88
89
89
90
item- active- text- color: (
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ $_bootstrap-navdrawer: extend(
118
118
/// @prop {Map} item-text-color [igx-contrast-color: ('grays', 700), rgba: .8] - The item's idle text color.
119
119
/// @prop {Map} item-icon-color [igx-contrast-color: ('grays', 700), rgba: .8] - The item's icon color.
120
120
/// @prop {Map} item-active-text-color [igx-contrast-color: ('grays', 700)] - The item's active text color.
121
- /// @prop {Map} item-active-background [igx-contrast-color: ('grays', 700), rgba: .2 ] - The item's active background color.
121
+ /// @prop {Map} item-active-background [igx-contrast-color: ('grays', 700), rgba: .1 ] - The item's active background color.
122
122
/// @prop {Map} item-active-icon-color [igx-contrast-color: ('grays', 700)] - The item's icon active color.
123
123
/// @prop {Map} item-hover-background [transparent] - The item's hover background color.
124
124
/// @prop {Map} item-hover-text-color [igx-contrast-color: ('grays', 700)] - The item's hover text color.
@@ -155,7 +155,7 @@ $_indigo-navdrawer: extend(
155
155
156
156
item- active- background: (
157
157
igx- contrast- color: (' grays' , 700 ),
158
- rgba: .2
158
+ rgba: .1
159
159
),
160
160
161
161
item- active- text- color: (
You can’t perform that action at this time.
0 commit comments