refactor(theme-chalk): [table] remove useless style (#7807)

This commit is contained in:
云游君 2022-05-20 17:46:10 +08:00 committed by GitHub
parent 517efb99dc
commit d441ee48ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,9 +317,6 @@
.#{$namespace}-table__cell {
border-right: getCssVar('table-border');
&:first-child .cell {
padding-left: 10px;
}
}
th.#{$namespace}-table__cell.gutter:last-of-type {