We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79995c1 commit fdee633Copy full SHA for fdee633
components/style/themes/default.less
@@ -530,9 +530,9 @@
530
@table-body-sort-bg: rgba(0, 0, 0, 0.01);
531
@table-row-hover-bg: @primary-1;
532
@table-selected-row-color: inherit;
533
-@table-selected-row-bg: #fafafa;
+@table-selected-row-bg: @primary-1;
534
@table-body-selected-sort-bg: @table-selected-row-bg;
535
-@table-selected-row-hover-bg: @table-selected-row-bg;
+@table-selected-row-hover-bg: darken(@table-selected-row-bg, 2%);
536
@table-expanded-row-bg: #fbfbfb;
537
@table-padding-vertical: 16px;
538
@table-padding-horizontal: 16px;
0 commit comments