File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 540
540
@table-footer-bg : @background-color-light ;
541
541
@table-footer-color : @heading-color ;
542
542
@table-header-bg-sm : transparent ;
543
+ // Sorter
544
+ // Legacy: `table-header-sort-active-bg` is used for hover not real active
545
+ @table-header-sort-active-bg : darken (@table-header-bg , 3% );
546
+ // Filter
547
+ @table-header-filter-active-bg : darken (@table-header-sort-active-bg , 5% );
543
548
544
549
// Tag
545
550
// --
Original file line number Diff line number Diff line change 3
3
4
4
@table-prefix-cls : ~ ' @{ant-prefix} -table' ;
5
5
@table-header-icon-color : #bfbfbf ;
6
- @table-header-sort-active-bg : darken (@table-header-bg , 3% );
7
- @table-header-filter-active-bg : darken (@table-header-sort-active-bg , 5% );
8
6
@table-selection-column-width : 60px ;
9
7
10
8
.@{table-prefix-cls} -wrapper {
You can’t perform that action at this time.
0 commit comments