summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
diff options
context:
space:
mode:
authorSarah Abouzainah <sabouzainah.ext@orange.com>2020-10-11 22:18:29 +0200
committerSarah Abouzainah <sabouzainah.ext@orange.com>2020-10-11 22:18:29 +0200
commit8210cf79abd110d388641f4878fed9da573e686d (patch)
tree5f320653e1874fd440db56e94c75146d93046d21 /cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
parente7396afde23c4d335a097fa02bcae5f47a4ca6ed (diff)
Add and modify style elements of Designer components
Issue-ID: CCSDK-2823 Issue-ID: CCSDK-2800 Issue-ID: CCSDK-2780 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I20612659baf227f4d2543b4fc1312a988eab144a
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
index 537a0a8ca..e717d9019 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
@@ -11,8 +11,8 @@
<i class="fa fa-angle-right ml-2 mr-2"></i>
<li class="breadcrumb-item">
<a routerLink="/packages/package/{{viewedPackage.id}}">{{viewedPackage.artifactName}}</a>
- <button type="button" class="btn package-info-btn" data-toggle="modal"
- data-target="#exampleModalLong">
+ <button type="button" class="btn package-info-btn tooltip-bottom" data-toggle="modal"
+ data-target="#exampleModalLong" data-tooltip="Package Details">
<i class="icon-info" aria-hidden="true"></i>
</button>
</li>