Merge pull request #18261 from ant-design/fix-table-style

style: fix Table row selected hover style
This commit is contained in:
偏右 2019-08-14 16:02:57 +08:00 committed by GitHub
commit 4a8b006088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@
transition: all 0.3s, height 0s;
&.@{table-prefix-cls}-row-hover,
&:hover {
&:not(.@{table-prefix-cls}-expanded-row) > td {
&:not(.@{table-prefix-cls}-expanded-row):not(.@{table-prefix-cls}-row-selected) > td {
background: @table-row-hover-bg;
}
}