From 6ec780f4333f8b507d1a7e9382ba60cc29b57360 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Thu, 26 Nov 2020 14:20:30 +0200 Subject: 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 Change-Id: Iee01016e6102b21b644aaa93b66f661ced8f529d --- cds-ui/designer-client/src/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) (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 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; } -- cgit 1.2.3-korg