소스 검색

HUE-6077 [frontend] Improve background color for multi-level dropdowns

Johan Ahlen 8 년 전
부모
커밋
1b3ec56

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 14 - 0
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less

@@ -31,4 +31,18 @@
   ul.nav li a:hover {
     background-color: transparent;
   }
+}
+
+.dropdown-submenu:hover > a,
+.dropdown-submenu:focus > a {
+  background-image: none !important;
+  background-color: @cui-blue-500;
+
+  > i {
+    color: @cui-white !important;
+  }
+
+  > svg {
+    fill: @cui-white !important;
+  }
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.