From f99ce16a67188132a2876cbf6a341b11700c424f Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 30 Apr 2020 11:42:40 -0400 Subject: [PATCH] improve header markup for voiceover and add aria-expanded attribute for cards --- ui/component/common/card.jsx | 1 + ui/component/header/view.jsx | 27 +++++++++++++++------------ ui/scss/component/_button.scss | 4 ++++ 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/ui/component/common/card.jsx b/ui/component/common/card.jsx index 3d24f8685..c9d6869f4 100644 --- a/ui/component/common/card.jsx +++ b/ui/component/common/card.jsx @@ -55,6 +55,7 @@ export default function Card(props: Props) {