From 427d142fc68c98f92ad7d7d07e0554c602c19972 Mon Sep 17 00:00:00 2001 From: Ahmedeldeeb50 Date: Sun, 18 Oct 2020 16:12:27 +0200 Subject: Replace the existing mapping table with MatTable Issue-ID: CCSDK-2920 Signed-off-by: Ahmedeldeeb50 Change-Id: Ib5f557ac038395416e61057b350a1b2f616299d3 --- cds-ui/designer-client/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cds-ui/designer-client/src/styles.css') diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index ce9fdd781..8d4ee8e29 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -3298,7 +3298,7 @@ margin-right: 5px; .mapping-table th{ padding-top: 10px !important; padding-bottom: 10px !important; - background: #F4F9FE; + /* background: #F4F9FE; */ } .mapping-table td{ border-top: 0 !important; -- cgit