File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ $_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-background [igx-contrast-color: ('grays', 800), rgba: .1] - The item's active background color.
56
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.
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.
You can’t perform that action at this time.
0 commit comments