mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
fix: Table fixed style with sorted column (#21679)
This commit is contained in:
parent
796b5d2e10
commit
3ae88cd03b
@ -500,7 +500,7 @@
|
||||
@table-header-bg: @background-color-light;
|
||||
@table-header-color: @heading-color;
|
||||
@table-header-sort-bg: @background-color-base;
|
||||
@table-body-sort-bg: rgba(0, 0, 0, 0.01);
|
||||
@table-body-sort-bg: #fafafa;
|
||||
@table-row-hover-bg: @item-hover-bg;
|
||||
@table-selected-row-color: inherit;
|
||||
@table-selected-row-bg: @primary-1;
|
||||
|
Loading…
Reference in New Issue
Block a user