Procházet zdrojové kódy

HUE-6077 [frontend] More subtle assist hover effect

Enrico Berti před 8 roky
rodič
revize
e02e31d3b2

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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 {

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů