fix: Table fixed style with sorted column (#21679)

This commit is contained in:
二货机器人 2020-02-28 16:28:03 +08:00 committed by GitHub
parent 796b5d2e10
commit 3ae88cd03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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