浏览代码

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 年之前
父节点
当前提交
c9e43f7

文件差异内容过多而无法显示
+ 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;
   }
 }
 

部分文件因为文件数量过多而无法显示