diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index a3c4a6ef8..25a651d52 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -138,13 +138,11 @@ html { pointer-events: all; font-weight: $font-weight-normal; } - &.btn.btn-primary:hover { + &.btn.btn-primary:hover, + &.btn.btn-primary:focus, + &.btn.btn-primary:focus-visible { 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; - } } }