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 540540@table-footer-bg : @background-color-light ;
541541@table-footer-color : @heading-color ;
542542@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% );
543548
544549// Tag
545550// --
Original file line number Diff line number Diff line change 33
44@table-prefix-cls : ~ ' @{ant-prefix} -table' ;
55@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% );
86@table-selection-column-width : 60px ;
97
108.@{table-prefix-cls} -wrapper {
You can’t perform that action at this time.
0 commit comments