This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xiaoguang_li
/
hue
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
[frontend] Fix issue with incorrect logo color in sidebar after generation of css
Johan Ahlen
4 years ago
parent
03d9045195
commit
54f7de58f6
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
desktop/core/src/desktop/js/components/sidebar/hueSidebar.scss
+ 4
- 0
desktop/core/src/desktop/js/components/sidebar/hueSidebar.scss
View File
@@ -51,3 +51,7 @@
}
}
}
+
+.svg-hue-sidebar-logo-main {
+ fill: currentColor !important;
+}