From c0cd993f86d95ab1d46789ec14205a489ce03572 Mon Sep 17 00:00:00 2001 From: bmauger Date: Wed, 18 May 2022 08:43:08 -0400 Subject: [PATCH] Remove hover state per Rachel. --- src/styles/common-error-styles.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index cbbbf1a03..f27121675 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -142,7 +142,6 @@ html { &.btn.btn-primary:hover, &.btn.btn-primary:focus, &.btn.btn-primary:focus-visible { - color: $gray !important; background: $gray-200; box-shadow: none; }