Skip to content

Commit aca2903

Browse files
committed
feat(theming): bump theming version and fix navbar
1 parent c36a7f4 commit aca2903

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/source-map": "0.5.2",
7575
"express": "^4.21.1",
7676
"fflate": "^0.8.1",
77-
"igniteui-theming": "^17.2.0",
77+
"igniteui-theming": "^18.0.1",
7878
"igniteui-trial-watermark": "^3.0.2",
7979
"lodash-es": "^4.17.21",
8080
"rxjs": "^7.8.2",

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
@@ -208,6 +208,10 @@
208208
cursor: pointer;
209209
user-select: none;
210210
transition: color .15s $out-quad;
211+
}
212+
213+
>igx-icon,
214+
>igc-icon {
211215
color: var-get($theme, 'idle-icon-color');
212216

213217
&:hover {

0 commit comments

Comments
 (0)