Ver Fonte

HUE-6365 [assist] Tone the hover background color down in the left assist

We should redo this properly soon, increase click area, avoid propagation etc. but for now this makes it less intrusive.
Johan Ahlen há 8 anos atrás
pai
commit
c9e43f7

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 8 - 4
desktop/core/src/desktop/static/desktop/less/hue-assist.less

@@ -309,24 +309,28 @@
 }
 
 .assist-tables > li:hover {
-  background-color: @cui-gray-100;
+  background-color: @cui-gray-050;
+
   .assist-column {
     background-color: @cui-white;
+
     .assist-actions, .assist-file-actions {
       background-color: @cui-white;
     }
+
     &:hover {
-      background-color: @cui-gray-100;
+      background-color: @cui-gray-050;
     }
   }
+
   .assist-column:hover {
     .assist-actions, .assist-file-actions {
-      background-color: @cui-gray-100;
+      background-color: @cui-gray-050;
     }
   }
 
   .assist-actions, .assist-file-actions {
-    background-color: @cui-gray-100;
+    background-color: @cui-gray-050;
   }
 }
 

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff