Table: fix last table column border disappear in some condition (#9326)

pull/9329/merge
FuryBean 2018-01-18 11:06:59 +08:00 committed by 杨奕
parent ddab60121a
commit 28708bbf86
1 changed files with 0 additions and 6 deletions

View File

@ -277,12 +277,6 @@
}
}
.has-gutter {
th:nth-last-of-type(2), td:nth-last-of-type(2) {
border-right: none;
}
}
th.gutter:last-of-type {
border-bottom: $--table-border;
border-bottom-width: 1px;