From 742da438d67698781a5467053966b5a21f816246 Mon Sep 17 00:00:00 2001 From: Laura van Helvoort <105433238+liquidely@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:32:02 +0100 Subject: [PATCH] feat(match2): Adjust background color for placement and kills (#5224) * css * css --- stylesheets/commons/BattleRoyale/PanelTable.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/stylesheets/commons/BattleRoyale/PanelTable.less b/stylesheets/commons/BattleRoyale/PanelTable.less index 556929ae2a..bff8d22e27 100644 --- a/stylesheets/commons/BattleRoyale/PanelTable.less +++ b/stylesheets/commons/BattleRoyale/PanelTable.less @@ -221,7 +221,7 @@ Author(s): Elysienna justify-content: center; align-items: center; padding: 0.5rem 0; - background-color: var( --table-background-color, #fafafa ); + background-color: var( --table-striped-background-color, #fafafa ); .theme--dark & { border-right: 0.0625rem solid rgba( 255, 255, 255, 0.08 ); @@ -234,10 +234,6 @@ Author(s): Elysienna justify-content: center; align-items: center; padding: 0.5rem 0; - - .panel-table__row:not( .row--header ) & { - background-color: var( --table-background-color, #ffffff ); - } } &-total-points {