From 5981db90b44f6b2d1f4f4d7a29ff3070f2ca6a5d Mon Sep 17 00:00:00 2001 From: Keegan George Date: Tue, 8 Jun 2021 18:33:59 -0700 Subject: [PATCH] UX: Merge support button focus styling with hover --- assets/stylesheets/common/wizard-admin.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/assets/stylesheets/common/wizard-admin.scss b/assets/stylesheets/common/wizard-admin.scss index 32367831..e4273832 100644 --- a/assets/stylesheets/common/wizard-admin.scss +++ b/assets/stylesheets/common/wizard-admin.scss @@ -716,7 +716,7 @@ color: white; } - &:hover { + &:hover, &:focus { background: #2d1569 !important; color: rgba(white, 0.8); &[href], svg.d-icon { @@ -724,11 +724,6 @@ } } - &:focus { - border: 2px solid white; - background: #2d1569 !important; - } - &[href] { color: white; }