CSR-918 Fix radio error hover

This commit is contained in:
Katie 2022-11-03 15:39:53 -04:00
parent d44fa3fee1
commit 5df0e3b087

View file

@ -1,5 +1,6 @@
html { html {
.has-error { .has-error {
// START HOVER
&.list-button, &.list-button,
&.list-card, &.list-card,
&.list-button-horizontal { &.list-button-horizontal {
@ -16,6 +17,15 @@ html {
} }
} }
&.ui-radio {
&:hover {
input {
@include box-shadow-hover($red-200);
}
}
}
// END HOVER
&.list-button, &.list-button,
&.list-card { &.list-card {
color: $red; color: $red;