Skip to content

Commit a209805

Browse files
committed
feat(navbar): update hover-icon-color condition
1 parent 9074b16 commit a209805

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/navbar/_navbar-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
$text-color: adaptive-contrast(var(--background));
5050
}
5151

52+
@if not($hover-icon-color) and $idle-icon-color {
53+
$hover-icon-color: hsl(from (var(--idle-icon-color)) h s calc(l * 1.1));
54+
}
55+
5256
@if not($idle-icon-color) and $background {
5357
$idle-icon-color: adaptive-contrast(var(--background));
5458
}

0 commit comments

Comments
 (0)