mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
Fix sorted column background in small size Table
This commit is contained in:
parent
d70f52add3
commit
86b342545d
@ -56,6 +56,9 @@
|
|||||||
background: @component-background;
|
background: @component-background;
|
||||||
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 {
|
||||||
|
background: @table-body-sort-bg;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-header > table,
|
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-header > table,
|
||||||
|
Loading…
Reference in New Issue
Block a user