ソースを参照

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

Enrico Berti 8 年 前
コミット
f7dfd28c34

ファイルの差分が大きいため隠しています
+ 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;
 }

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません