Skip to content

Commit ee1a9dc

Browse files
committed
better css pseudo-class
1 parent 549687a commit ee1a9dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stylesheets/page-content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
100% { border-left-color: $panel-default-border; }
6767
}
6868

69-
table.table-left-header > tbody > tr > th:nth-last-of-type(1) {
69+
table.table-left-header > tbody > tr > th:last-of-type {
7070
border-right-color: lighten($table-border-color, 20%);
7171
border-right-width: 2px;
7272
}

0 commit comments

Comments
 (0)