diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-10-19 02:51:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-19 02:51:18 +0000 |
commit | 0db1e9030a0ffc7db566e74d23519079c17ace2e (patch) | |
tree | 3a8fe3db2e8a9f336d75313d08f9a4d8fc4d0d7b /cds-ui/designer-client/src/styles.css | |
parent | 1c78f0c29c78ccba7a1a1599ca6dfa34d0dc4fd4 (diff) | |
parent | 427d142fc68c98f92ad7d7d07e0554c602c19972 (diff) |
Merge "Replace the existing mapping table with MatTable"
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; |