mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
#14510 Set small table header to transparent to remove uncolored margin
This commit is contained in:
parent
d1c5c4871f
commit
de8ec0152e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user