浏览代码

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;
 }

部分文件因为文件数量过多而无法显示