summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/styles.css
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-10-20 21:04:13 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-20 21:04:13 +0000
commit576f81eedeed766f28ffa0f5841dd40507e48b24 (patch)
tree5faef39f4ed6211b9a42d75d496b916635cc8da3 /cds-ui/designer-client/src/styles.css
parentb24751bc8fe476a20ec462a17a6fa25e6c96673c (diff)
parent521d66607f5cd1129a17cb54f332fe5afd3a2ce6 (diff)
Merge "Fix Radio Selection and Undo JointJS changes"
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%;