From a09e86abf5f2e2e9344885faf9c7d1506c4c3582 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 8 Aug 2025 11:16:05 -0400 Subject: [PATCH] Update button shape on focus. --- src/layouts/vehicle-parts/vehicle-parts.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layouts/vehicle-parts/vehicle-parts.vue b/src/layouts/vehicle-parts/vehicle-parts.vue index 9ee5721bf..085264841 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.vue +++ b/src/layouts/vehicle-parts/vehicle-parts.vue @@ -243,6 +243,9 @@ export default { &.list-card { height: auto; border-radius: 50rem; + input[type="radio"]:checked + .list-card-content { + border-radius: 50rem; + } } } .two-list-card-width {