瀏覽代碼

HUE-6077 [frontend] More subtle assist hover effect

Enrico Berti 8 年之前
父節點
當前提交
e02e31d3b2

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


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

@@ -300,24 +300,14 @@
 }
 
 .assist-tables > li:hover {
-  background-color: @cui-gray-100;
-  .assist-column {
-    background-color: @cui-white;
-    .assist-actions, .assist-file-actions {
-      background-color: @cui-white;
-    }
-    &:hover {
-      background-color: @cui-gray-100;
-    }
+  .assist-table-link i {
+    color: @cui-blue-500;
   }
   .assist-column:hover {
-    .assist-actions, .assist-file-actions {
-      background-color: @cui-gray-100;
+    .assist-entry {
+      color: @cui-blue-500;
     }
   }
-  .assist-actions, .assist-file-actions {
-    background-color: @cui-gray-100;
-  }
 }
 
 .assist-breadcrumb {

部分文件因文件數量過多而無法顯示