浏览代码

HUE-8174 [dashboard] Remove CSS transition on the dimensions opacity to prevent rendering problems

Enrico Berti 7 年之前
父节点
当前提交
3ffcae52b6

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


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

@@ -30,7 +30,6 @@
       }
       .grid-left-bar, .edit-dimensions {
         opacity: 0;
-        .hue-ease-transition(opacity);
       }
       .query-builder {
         h2 {

文件差异内容过多而无法显示
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/common_dashboard.css


+ 2 - 1
desktop/libs/dashboard/src/dashboard/static/dashboard/less/common_dashboard.less

@@ -565,7 +565,8 @@
     margin-top: 8px;
     margin-left: -5px;
     .selectize-control {
-      margin-right: 10px;
+      margin-top: 4px;
+      margin-right: 20px;
     }
   }
 

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