From 59deebdbcb64cf1f2743364aebbe2eaa0b9f9587 Mon Sep 17 00:00:00 2001 From: KDSBrowne Date: Tue, 30 Jul 2024 13:04:57 +0000 Subject: [PATCH] update poll vote modal with header element for additional screen reader access --- .../imports/ui/components/polling/styles.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-html5/imports/ui/components/polling/styles.js b/bigbluebutton-html5/imports/ui/components/polling/styles.js index eb0094770d..ee88d6e9b7 100644 --- a/bigbluebutton-html5/imports/ui/components/polling/styles.js +++ b/bigbluebutton-html5/imports/ui/components/polling/styles.js @@ -33,11 +33,14 @@ import { import { hasPhoneDimentions } from '/imports/ui/stylesheets/styled-components/breakpoints'; import Button from '/imports/ui/components/common/button/component'; -const PollingTitle = styled.div` +const PollingTitle = styled.h1` white-space: nowrap; padding-bottom: ${mdPaddingY}; padding-top: ${mdPaddingY}; font-size: ${fontSizeSmall}; + margin: 0; + padding: 0; + font-weight: 600; `; const PollButtonWrapper = styled.div` @@ -131,8 +134,11 @@ const QHeader = styled.span` left: ${smPaddingY}; `; -const QTitle = styled.div` +const QTitle = styled.h1` font-size: ${fontSizeSmall}; + margin: 0; + padding: 0; + font-weight: 600; `; const QText = styled.div`