💄 tweak Table selected row hover background (#23313)

This commit is contained in:
偏右
2020-04-21 16:53:06 +08:00
committed by GitHub
parent 4902c5a4f0
commit 02faa4bcf1
2 changed files with 2 additions and 1 deletions

View File

@@ -546,7 +546,7 @@
@table-selected-row-color: inherit;
@table-selected-row-bg: @primary-1;
@table-body-selected-sort-bg: @table-selected-row-bg;
@table-selected-row-hover-bg: @table-selected-row-bg;
@table-selected-row-hover-bg: darken(@table-selected-row-bg, 2%);
@table-expanded-row-bg: #fbfbfb;
@table-padding-vertical: 16px;
@table-padding-horizontal: 16px;

View File

@@ -114,6 +114,7 @@
&.@{table-prefix-cls}-row-selected {
> td {
background: @table-selected-row-bg;
border-color: rgba(0, 0, 0, 0.03);
}
&:hover {