From 0e1d34b873aa140f4d74e48ef08a3c9bf993b80b Mon Sep 17 00:00:00 2001 From: bmauger Date: Thu, 24 Mar 2022 13:34:56 -0400 Subject: [PATCH] Update style related to border thickness on error. --- src/styles/common-error-styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 952760caf..323430dfe 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -4,7 +4,7 @@ border: 1px solid $red; color: $red; label { - box-shadow: 0 0 1px $red; + box-shadow: 0 0 1px $red !important; border-radius: .5rem; } input[type=checkbox]:focus + label, @@ -24,7 +24,7 @@ } input[type=checkbox]:focus + label, input[type=radio]:focus + label { - box-shadow: 0 0 0 2.5px $red; + box-shadow: 0 0 1px $red !important; } } &.ui-radio,