From 58f059ba4a1ddfa926735aee312af86b8dc103db Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 12 Oct 2022 09:12:42 -0400 Subject: [PATCH] WIP add error styles. --- src/styles/common-error-styles.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index a3c4a6ef8..9eda216b7 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -39,6 +39,20 @@ html { box-shadow: 0 0 1px $red; } } + &.grid-item { + input[type="radio"] { + + label { + border: 1px solid $red; + &:hover { + background-color: $blue-100; + box-shadow: 0px 0px 0px 4px $red-200; + } + span { + color: $red; + } + } + } + } &.ui-radio, &.ui-checkbox { input[type=checkbox],