Skip to content

Commit a9a61fb

Browse files
author
MPopov
committed
fix(navdrawer): update the docs
1 parent 550d781 commit a9a61fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_navdrawer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ $_dark-bootstrap-navdrawer: extend(
5353
/// @prop {map} item-header-text-color [igx-contrast-color: ('grays', 800)] - The header's idle text color.
5454
/// @prop {map} item-text-color [igx-contrast-color: ('grays', 800), rgba: .8] - The item's idle text color.
5555
/// @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.
5657
/// @prop {map} item-active-text-color [igx-contrast-color: ('grays', 800)] - The item's active text color.
5758
/// @prop {map} item-active-icon-color [igx-contrast-color: ('grays', 800)] - The item's icon active color.
5859
/// @prop {map} item-hover-text-color [igx-contrast-color: ('grays', 800)] - The item's hover text color.

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_navdrawer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $_bootstrap-navdrawer: extend(
118118
/// @prop {map} item-text-color [igx-contrast-color: ('grays', 700), rgba: .8] - The item's idle text color.
119119
/// @prop {map} item-icon-color [igx-contrast-color: ('grays', 700), rgba: .8] - The item's icon color.
120120
/// @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.
122122
/// @prop {map} item-active-icon-color [igx-contrast-color: ('grays', 700)] - The item's icon active color.
123123
/// @prop {map} item-hover-background [transparent] - The item's hover background color.
124124
/// @prop {map} item-hover-text-color [igx-contrast-color: ('grays', 700)] - The item's hover text color.

0 commit comments

Comments
 (0)