fix: Table selection style (#23110)

This commit is contained in:
二货机器人 2020-04-10 12:08:10 +08:00 committed by GitHub
parent 9b9839d4d9
commit a106319934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@
background: @table-selected-row-bg;
}
:hover {
&:hover {
> td {
background: @table-selected-row-hover-bg;
}