Skip to content

Commit 25005da

Browse files
Fix: dispositions table's last column color (#2396)
When we moved the expand arrows to the left back in c4d6628 we broke the CSS rules for coloring the table, making the last disposition's column be grey instead of its color, and leaving the percent column in black. See #1266
1 parent bf630d7 commit 25005da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/_card-table.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
}
4040
}
4141
&:first-child,
42-
&:nth-last-child(2),
43-
&:nth-last-child(3) {
42+
&:nth-last-child(1),
43+
&:nth-last-child(2) {
4444
@extend .grey-text;
4545
}
4646
}

0 commit comments

Comments
 (0)