fix: nested Table cell background (#25498)

close #25480
This commit is contained in:
偏右 2020-07-08 14:48:11 +08:00 committed by GitHub
parent c26bb28ad1
commit 0c5f3cce7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,10 +130,6 @@
margin: -@table-padding-vertical -@table-padding-horizontal -@table-padding-vertical (@table-padding-horizontal +
ceil(@font-size-sm * 1.4));
td {
background: transparent;
}
&-tbody > tr:last-child > td {
border-bottom: 0;