We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7db3ee commit 53f3950Copy full SHA for 53f3950
components/style/themes/default.less
@@ -540,6 +540,11 @@
540
@table-footer-bg: @background-color-light;
541
@table-footer-color: @heading-color;
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%);
548
549
// Tag
550
// --
components/table/style/index.less
@@ -3,8 +3,6 @@
3
4
@table-prefix-cls: ~'@{ant-prefix}-table';
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
@table-selection-column-width: 60px;
9
10
.@{table-prefix-cls}-wrapper {
0 commit comments