From 5df0e3b0878e0efc36a301fd1fb8db359c76e3dd Mon Sep 17 00:00:00 2001 From: Katie Date: Thu, 3 Nov 2022 15:39:53 -0400 Subject: [PATCH] CSR-918 Fix radio error hover --- src/styles/common-error-styles.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 937fb01bf..f68300f3f 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -1,5 +1,6 @@ html { .has-error { + // START HOVER &.list-button, &.list-card, &.list-button-horizontal { @@ -16,6 +17,15 @@ html { } } + &.ui-radio { + &:hover { + input { + @include box-shadow-hover($red-200); + } + } + } + // END HOVER + &.list-button, &.list-card { color: $red;