From 521d66607f5cd1129a17cb54f332fe5afd3a2ce6 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Tue, 20 Oct 2020 21:59:14 +0200 Subject: Fix Radio Selection and Undo JointJS changes Issue-ID: CCSDK-2823 Issue-ID: CCSDK-2780 Signed-off-by: Sarah Abouzainah Change-Id: I51b2c80a4d8c338edf90fe1a1bae1640539b5126 --- cds-ui/designer-client/src/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cds-ui/designer-client/src/styles.css') 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%; -- cgit