#14510 Set small table header to transparent to remove uncolored margin

This commit is contained in:
krokofant 2019-01-24 10:51:50 +01:00 committed by 偏右
parent d1c5c4871f
commit de8ec0152e

View File

@ -74,7 +74,7 @@
padding: @table-padding-vertical-sm @table-padding-horizontal-sm; padding: @table-padding-vertical-sm @table-padding-horizontal-sm;
} }
> .@{table-prefix-cls}-thead > tr > th { > .@{table-prefix-cls}-thead > tr > th {
background-color: @component-background; background-color: transparent;
border-bottom: @border-width-base @border-style-base @border-color-split; border-bottom: @border-width-base @border-style-base @border-color-split;
} }
> .@{table-prefix-cls}-thead > tr > th.@{table-prefix-cls}-column-sort { > .@{table-prefix-cls}-thead > tr > th.@{table-prefix-cls}-column-sort {