From afea24364ba00bb1c1e568545932b3e290b88670 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 14 Mar 2023 09:14:42 -0400 Subject: [PATCH] SSR-301 fix font weight of horizontal list button on focus. --- .../list-button-horizontal/list-button-horizontal.vue | 3 +++ 1 file changed, 3 insertions(+) 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 ab2ee523..54f24fad 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -67,6 +67,9 @@ export default { box-shadow: 0 0 0 1px $blue; outline: none; z-index: 2; + span { + font-weight: 500; + } } &:checked:focus + .list-button-horizontal-content {