瀏覽代碼

HUE-8297 [frontend] Remove gray background on hover in the nav bars

Johan Ahlen 8 年之前
父節點
當前提交
47b1644941

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


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


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


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

@@ -40,7 +40,7 @@
   }
 
   ul.nav li a:hover, ul.nav li a:focus  {
-    background-color: @cui-purple-gray-050;
+    background-color: inherit;
   }
 }
 

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