aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/styles.css
diff options
context:
space:
mode:
authorSarah Abouzainah <sabouzainah.ext@orange.com>2020-11-26 14:20:30 +0200
committerSarah Abouzainah <sabouzainah.ext@orange.com>2020-11-26 15:42:59 +0200
commit6ec780f4333f8b507d1a7e9382ba60cc29b57360 (patch)
tree9ccbc71389616871d5fd49747f4306ee650c80ab /cds-ui/designer-client/src/styles.css
parent6bfd96a32093c03c607ddcb23f29f529504e0342 (diff)
Add attribute details on hover - List, Get value, Import
Issue-ID: CCSDK-2292 Issue-ID: CCSDK-2780 Issue-ID: CCSDK-2779 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: Iee01016e6102b21b644aaa93b66f661ced8f529d
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r--cds-ui/designer-client/src/styles.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css
index 0207371db..1506be07d 100644
--- a/cds-ui/designer-client/src/styles.css
+++ b/cds-ui/designer-client/src/styles.css
@@ -32,6 +32,15 @@ button:focus{
border: solid 1px #ECEDF2 !important;
color: #FF6469 !important;
}
+.btn-secondary:not(:disabled):not(.disabled).active,
+.btn-secondary:not(:disabled):not(.disabled):active{
+ border-color: transparent !important;
+}
+.btn-secondary:not(:disabled):not(.disabled).active:focus,
+.btn-secondary:not(:disabled):not(.disabled):active:focus{
+ box-shadow: none !important;
+ border-color: transparent !important;
+}
.btn:disabled:hover{
cursor: default;
}