fix: Table fixed column header hover background (#30972)

close #30969
This commit is contained in:
afc163 2021-06-14 12:39:45 +08:00 committed by GitHub
parent ce1aad03da
commit 7ae9b947ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,6 +223,12 @@
background-color: transparent !important;
}
}
// https://github.com/ant-design/ant-design/issues/30969
&.ant-table-cell-fix-left:hover,
&.ant-table-cell-fix-right:hover {
background: lighten(@black, 96%);
}
}
&-thead th.@{table-prefix-cls}-column-sort {