Răsfoiți Sursa

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 8 ani în urmă
părinte
comite
c9e43f7

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Fișier diff suprimat deoarece este prea mare
+ 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;
   }
 }
 

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff