Przeglądaj źródła

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 lat temu
rodzic
commit
c9e43f7

Plik diff jest za duży
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Plik diff jest za duży
+ 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;
   }
 }
 

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików