From 37eec48173502fa619912e1f834d68e968c968a5 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 15 Nov 2022 09:52:06 -0500 Subject: [PATCH] Fix error styles on list-group. --- src/styles/common-error-styles.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index f94c2cd0b..f7b8ce23e 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -19,6 +19,7 @@ html { box-shadow: 0 0 0 2.5px $red; } + .list-button-content, .list-button-horizontal-content { border: 1px solid $red; } @@ -28,6 +29,7 @@ html { box-shadow: 0 0 0 2.5px $red; } + input[type="radio"]:hover + .list-button-content, input[type="radio"]:hover + .list-button-horizontal-content { z-index: 5; box-shadow: none;