diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index f2ff5cf23..d497ae6ce 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -2,8 +2,18 @@ html { .has-error { &.list-button, &.list-card, - &.list-card.list-button { + &.list-button-horizontal { + border: 1px solid $red; + + .button-content { + border: none; + } + } + + &.list-button, + &.list-card { color: $red; + input[type="checkbox"]:focus + label, input[type="radio"]:focus + label { box-shadow: 0 0 0 2.5px $red; @@ -38,6 +48,7 @@ html { box-shadow: 0 0 1px $red; } } + &.grid-item { input[type="radio"] { + label { diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index 9f4a9146c..1b4232c4c 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -6,7 +6,8 @@ { 'radio-fancy': isCashOrInsurance }, ]" v-model="selectedValue"> -