Skip to content

Commit

Permalink
Merge pull request #17351 from ant-design/fix-small-table-header-back…
Browse files Browse the repository at this point in the history
…ground

fix: small table header background
  • Loading branch information
afc163 committed Jun 28, 2019
2 parents 92f18f3 + 10a3a7f commit 2e5096d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/style/size.less
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
> .@{table-prefix-cls}-thead > tr > th,
> .@{table-prefix-cls}-tbody > tr > td {
padding: @table-padding-vertical-sm @table-padding-horizontal-sm;
background-color: transparent;
}
> .@{table-prefix-cls}-thead > tr {
background-color: transparent;
border-bottom: @border-width-base @border-style-base @border-color-split;
}
> .@{table-prefix-cls}-thead > tr > th.@{table-prefix-cls}-column-sort {
Expand Down

0 comments on commit 2e5096d

Please sign in to comment.