Fix syntax error

This commit is contained in:
Jean-Baptiste Bellet
2023-04-21 10:36:47 +02:00
parent 18d90114fe
commit 8444fca19a

View File

@@ -172,7 +172,7 @@
@include breakpoint(phablet) {
.active_table_row:first-child,
.active_table_row:last-child, {
.active_table_row:last-child {
background-color: rgba($white, 0.75);
}
}