From ab23fe5fe7efe0dfc615e56023fed631be70d8d2 Mon Sep 17 00:00:00 2001 From: bmauger Date: Fri, 18 Feb 2022 08:50:45 -0500 Subject: [PATCH] CSR-341 WIP nested radio demo --- src/layouts/nested-radio-poc/nested-radio.vue | 92 +++++++++++++++--- src/ux-components/list-card/list-card.vue | 1 + src/ux-components/radio/radio.vue | 94 ++++++++++--------- 3 files changed, 129 insertions(+), 58 deletions(-) diff --git a/src/layouts/nested-radio-poc/nested-radio.vue b/src/layouts/nested-radio-poc/nested-radio.vue index 6d05c4009..b5a317318 100644 --- a/src/layouts/nested-radio-poc/nested-radio.vue +++ b/src/layouts/nested-radio-poc/nested-radio.vue @@ -1,27 +1,89 @@ + + diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index b3124ccfb..0a2fcc297 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -173,6 +173,7 @@ export default { &:checked + label { p { color: $black; + font-weight: 500; } .sub-copy { color: $gray-600; diff --git a/src/ux-components/radio/radio.vue b/src/ux-components/radio/radio.vue index 83b0976b7..0762c0f6a 100644 --- a/src/ux-components/radio/radio.vue +++ b/src/ux-components/radio/radio.vue @@ -11,7 +11,7 @@ :v-model="checkValue" @change="handleCheckChanged" /> -