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;