From 8444fca19acb1f0d2f5532052f0483c3ea393141 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Fri, 21 Apr 2023 10:36:47 +0200 Subject: [PATCH] Fix syntax error --- app/webpacker/css/darkswarm/hub_node.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webpacker/css/darkswarm/hub_node.scss b/app/webpacker/css/darkswarm/hub_node.scss index 20981ca949..1346cb650b 100644 --- a/app/webpacker/css/darkswarm/hub_node.scss +++ b/app/webpacker/css/darkswarm/hub_node.scss @@ -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); } }