From 4359d2fb19efcc0b7b7989ea5435e45a85b8d2fe Mon Sep 17 00:00:00 2001 From: David Featherston Date: Tue, 30 Jan 2024 09:34:42 +1100 Subject: [PATCH] chore(@dpc-sdp/ripple-ui-core): remove unused vars and padding from data table --- .../ripple-ui-core/src/components/data-table/RplDataTable.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/ripple-ui-core/src/components/data-table/RplDataTable.css b/packages/ripple-ui-core/src/components/data-table/RplDataTable.css index b8dc65cbf5..6766b42ad3 100644 --- a/packages/ripple-ui-core/src/components/data-table/RplDataTable.css +++ b/packages/ripple-ui-core/src/components/data-table/RplDataTable.css @@ -73,10 +73,6 @@ --local-table-row-background: rgb(0 0 0 / 4%); - background-color: var(--rpl-data-table-bg-clr); - color: var(--rpl-data-table-clr); - padding: var(--rpl-sp-2); - .rpl-data-table__details { display: none;