diff --git a/components/table/theme.scss b/components/table/theme.scss index 50db57d3..3b8521f1 100644 --- a/components/table/theme.scss +++ b/components/table/theme.scss @@ -8,10 +8,10 @@ font-size: $font-size-tiny; color: $table-text-color; text-align: left; + border-spacing: 0; tr { height: $table-row-height; line-height: $table-row-height; - border-bottom: $table-row-divider; } th { font-weight: $font-weight-bold; @@ -20,6 +20,7 @@ } } th, td { + border-bottom: $table-row-divider; position: relative; padding: 0 $table-row-offset; &.selectable { @@ -35,7 +36,9 @@ .row { transition: background-color $animation-duration $animation-curve-default; &:last-child { - border-color: transparent; + td { + border-color: transparent; + } } > td { > input {