From d34d291c7be7386d87591b7df7fcaee783d52c42 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 13 Sep 2022 14:52:45 -0400 Subject: [PATCH] CSR-818: small focus style change --- src/styles/common-error-styles.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 25a651d52..a3c4a6ef8 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -138,11 +138,13 @@ html { pointer-events: all; font-weight: $font-weight-normal; } - &.btn.btn-primary:hover, - &.btn.btn-primary:focus, - &.btn.btn-primary:focus-visible { + &.btn.btn-primary:hover { background: $gray-200; box-shadow: none; } + &.btn.btn-primary:focus, + &.btn.btn-primary:focus-visible { + box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $blue-700; + } } }