diff options
author | Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> | 2020-10-18 16:12:27 +0200 |
---|---|---|
committer | Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> | 2020-10-18 16:13:55 +0200 |
commit | 427d142fc68c98f92ad7d7d07e0554c602c19972 (patch) | |
tree | 87094621952f1e29b14d3fd7101dd18ae3a766b4 /cds-ui/designer-client/src/styles.css | |
parent | 5122cccd4434bd9ff8974a1fc3e04c7621c771d4 (diff) |
Replace the existing mapping table with MatTable
Issue-ID: CCSDK-2920
Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: Ib5f557ac038395416e61057b350a1b2f616299d3
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |