🐛 Fix small table hover background

close #17922
This commit is contained in:
afc163 2019-07-29 14:11:41 +08:00
parent 5a128c40a9
commit 68d1ec00d4
No known key found for this signature in database
GPG Key ID: 5F00908D72002306

View File

@ -73,6 +73,8 @@
> .@{table-prefix-cls}-thead > tr > th, > .@{table-prefix-cls}-thead > tr > th,
> .@{table-prefix-cls}-tbody > tr > td { > .@{table-prefix-cls}-tbody > tr > td {
padding: @table-padding-vertical-sm @table-padding-horizontal-sm; padding: @table-padding-vertical-sm @table-padding-horizontal-sm;
}
> .@{table-prefix-cls}-thead > tr > th {
background-color: transparent; background-color: transparent;
} }
> .@{table-prefix-cls}-thead > tr { > .@{table-prefix-cls}-thead > tr {