🐛 Fix small table header background

revert #14539

it should be white in our design spec
This commit is contained in:
afc163 2019-06-28 13:30:18 +08:00
parent 92f18f32f5
commit 10a3a7f7ae
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -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 {