Ver código fonte

HUE-7949 [dashboard] Show dimensions just on widget hover

Enrico Berti 7 anos atrás
pai
commit
2133514e6f

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 5 - 8
desktop/core/src/desktop/static/desktop/less/components/hue-gridster.less

@@ -27,13 +27,16 @@
       background: @cui-white !important;
       overflow-x: hidden;
       overflow-y: auto;
-      .grid-left-bar {
+      h2 {
+        cursor: move;
+      }
+      .grid-left-bar, .edit-dimensions {
         opacity: 0;
         .hue-ease-transition(opacity);
       }
     }
     & > li:hover {
-      .grid-left-bar {
+      .grid-left-bar, .edit-dimensions {
         opacity: 1;
       }
     }
@@ -45,12 +48,6 @@
     }
   }
 
-  &:not(.disabled) {
-    h2 {
-      cursor: move;
-    }
-  }
-
   .card-widget {
     width: 100% !important;
     margin: 0 !important;

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff