Просмотр исходного кода

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 лет назад
Родитель
Сommit
c9e43f7337

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Разница между файлами не показана из-за своего большого размера
+ 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;
   }
 }
 

Некоторые файлы не были показаны из-за большого количества измененных файлов