We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9074b16 commit a209805Copy full SHA for a209805
projects/igniteui-angular/src/lib/core/styles/components/navbar/_navbar-theme.scss
@@ -49,6 +49,10 @@
49
$text-color: adaptive-contrast(var(--background));
50
}
51
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
+
56
@if not($idle-icon-color) and $background {
57
$idle-icon-color: adaptive-contrast(var(--background));
58
0 commit comments