瀏覽代碼

HUE-6077 [frontend] Remove double top border from sortable tables

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

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


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


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

@@ -130,7 +130,7 @@ table.display td.center {
 
 .sorting {
   cursor: pointer;
-  border-top: 1px solid #DCDCDC !important;
+  border-top: 1px solid transparent !important;
   padding-right: 20px !important;
   vertical-align: middle!important;
 }

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