Преглед на файлове

[frontend] Fix issue with incorrect logo color in sidebar after generation of css

Johan Ahlen преди 4 години
родител
ревизия
54f7de58f6
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      desktop/core/src/desktop/js/components/sidebar/hueSidebar.scss

+ 4 - 0
desktop/core/src/desktop/js/components/sidebar/hueSidebar.scss

@@ -51,3 +51,7 @@
     }
   }
 }
+
+.svg-hue-sidebar-logo-main {
+  fill: currentColor !important;
+}