Browse Source

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

Johan Ahlen 7 years ago
parent
commit
47b1644941

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 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;
   }
 }
 

Some files were not shown because too many files changed in this diff