diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-10-05 15:18:41 +0200 |
---|---|---|
committer | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-10-05 17:41:05 +0200 |
commit | f08c5e96d5b4c0792c4709093480f5f6cb452d49 (patch) | |
tree | c3771e914a5b2fd465de691dfe76b4f725e2fd94 /cds-ui/designer-client/src/styles.css | |
parent | a7581011658acf44c7eff92bd2f2716b91116dc5 (diff) |
HTML for Action & Function Attributes
Issue-ID: CCSDK-2808
Issue-ID: CCSDK-2281
Issue-ID: CCSDK-2292
Issue-ID: CCSDK-2809
Issue-ID: CCSDK-2810
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: If37f968a03b18ea5d3d0a7cb8697bd4756b61bcc
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index 91b1f8652..ac2a87450 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -3081,6 +3081,7 @@ padding: 0 10px 0 0; } .template-mapping-list:hover, .template-mapping-list.active { + cursor: pointer; /* background: #1B3E6F; */ text-decoration: none; /* color: #fff !important; */ |