aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/styles.css
diff options
context:
space:
mode:
authorSarah Abouzainah <sabouzainah.ext@orange.com>2020-10-20 21:59:14 +0200
committerSarah Abouzainah <sabouzainah.ext@orange.com>2020-10-20 21:59:14 +0200
commit521d66607f5cd1129a17cb54f332fe5afd3a2ce6 (patch)
tree7618d095e7d3a7f15dc5c5920df10cfa37898143 /cds-ui/designer-client/src/styles.css
parentbb8b842d5d405874c745e054afeffb0e20bc2865 (diff)
Fix Radio Selection and Undo JointJS changes
Issue-ID: CCSDK-2823 Issue-ID: CCSDK-2780 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I51b2c80a4d8c338edf90fe1a1bae1640539b5126
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r--cds-ui/designer-client/src/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css
index 6c315ea3a..8b576db2e 100644
--- a/cds-ui/designer-client/src/styles.css
+++ b/cds-ui/designer-client/src/styles.css
@@ -17,6 +17,9 @@ body{
:hover{
transition: 0.3s !important;
}
+button:focus{
+ outline: 0 !important;
+}
/*Bootstrap*/
.custom-control-input:checked ~ .custom-control-label::before{
border-color: transparent !important;
@@ -2411,7 +2414,6 @@ padding-left: 20px !important;
}
.single-custom-key{
width: 100%;
- margin-bottom: 21px;
}
.single-line-custom-key{
width: 45%;