瀏覽代碼

HUE-6077 [frontend] Fix top nav caret color in old pages

Johan Ahlen 8 年之前
父節點
當前提交
2668c92cfc

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 5 - 0
desktop/core/src/desktop/static/desktop/less/hue3-extra.less

@@ -100,4 +100,9 @@
 .nav > li > a:hover,
 .nav > li > a:focus {
   background-color: transparent !important;
+}
+
+.nav .dropdown-toggle .caret {
+  border-top-color: @hue-primary-color-light !important;
+  border-bottom-color: @hue-primary-color-light !important;
 }

部分文件因文件數量過多而無法顯示