style(Cell): lower CSS priority of the border (#6359)

This commit is contained in:
neverland 2020-05-24 16:39:54 +08:00 committed by GitHub
parent 9db7eafe8f
commit 2c4f0efd6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,11 @@
line-height: @cell-line-height; line-height: @cell-line-height;
background-color: @cell-background-color; background-color: @cell-background-color;
&:not(:last-child)::after { &::after {
.hairline-bottom(@cell-border-color, @padding-md); .hairline-bottom(@cell-border-color, @padding-md);
} }
&:last-child::after,
&--borderless::after { &--borderless::after {
display: none; display: none;
} }