mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
💄 tweak Table selected row hover background (#23313)
This commit is contained in:
parent
4902c5a4f0
commit
02faa4bcf1
@ -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;
|
||||
|
@ -114,6 +114,7 @@
|
||||
&.@{table-prefix-cls}-row-selected {
|
||||
> td {
|
||||
background: @table-selected-row-bg;
|
||||
border-color: rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user