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; }