fix small table header have background color (#16266)

pull/16267/head
zombieJ 6 years ago committed by GitHub
parent 8a6239fedd
commit 197c424e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,7 @@
> .@{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 { > .@{table-prefix-cls}-thead > tr {
background-color: transparent; background-color: transparent;
border-bottom: @border-width-base @border-style-base @border-color-split; border-bottom: @border-width-base @border-style-base @border-color-split;
} }

Loading…
Cancel
Save