瀏覽代碼

HUE-8092 [frontend] Restyle selectize globally to avoid weird control heights in various apps

Enrico Berti 7 年之前
父節點
當前提交
5e34a69

文件差異過大導致無法顯示
+ 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


+ 4 - 0
desktop/core/src/desktop/static/desktop/less/components/hue-selectize.less

@@ -65,3 +65,7 @@
   cursor: pointer;
   color: @cui-gray-700;
 }
+
+div.selectize-input {
+  padding: 6px;
+}

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


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

@@ -811,7 +811,6 @@
 
   .form-search {
     div.selectize-input {
-      padding: 6px;
       text-overflow: ellipsis;
     }
   }

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