瀏覽代碼

HUE-7655 [dashboard] Add transitions to Gridster icons

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

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


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


+ 2 - 0
desktop/core/src/desktop/static/desktop/less/components/hue-gridster.less

@@ -39,9 +39,11 @@
     font-size: 12px;
     margin-right: 3px;
     margin-top: 2px;
+    .hue-ease-transition(opacity);
   }
   .gs-resize-handle-both {
     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPHN2ZyB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCINCj4NCgk8Zz4NCjxwYXRoIGQ9Ik0gNiA2IEwgMCA2IEwgMCA0LjIgTCA0IDQuMiBMIDQuMiA0LjIgTCA0LjIgMCBMIDYgMCBMIDYgNiBMIDYgNiBaIiBmaWxsPSIjMEI3RkFEIi8+DQo8L2c+DQo8L3N2Zz4=) !important;
+    .hue-ease-transition(opacity);
   }
   .empty-gridster-widget {
     height: 215px;

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


+ 1 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/less/search.less

@@ -756,6 +756,7 @@
   .gridster {
     .remove-widget, .remove-empty-gridster {
       opacity: 0;
+      .hue-ease-transition(opacity);
     }
     .gs-w:hover {
       .remove-widget, .remove-empty-gridster {

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