update poll vote modal with header element for additional screen reader access
This commit is contained in:
parent
027115aa14
commit
59deebdbcb
@ -33,11 +33,14 @@ import {
|
|||||||
import { hasPhoneDimentions } from '/imports/ui/stylesheets/styled-components/breakpoints';
|
import { hasPhoneDimentions } from '/imports/ui/stylesheets/styled-components/breakpoints';
|
||||||
import Button from '/imports/ui/components/common/button/component';
|
import Button from '/imports/ui/components/common/button/component';
|
||||||
|
|
||||||
const PollingTitle = styled.div`
|
const PollingTitle = styled.h1`
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding-bottom: ${mdPaddingY};
|
padding-bottom: ${mdPaddingY};
|
||||||
padding-top: ${mdPaddingY};
|
padding-top: ${mdPaddingY};
|
||||||
font-size: ${fontSizeSmall};
|
font-size: ${fontSizeSmall};
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-weight: 600;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const PollButtonWrapper = styled.div`
|
const PollButtonWrapper = styled.div`
|
||||||
@ -131,8 +134,11 @@ const QHeader = styled.span`
|
|||||||
left: ${smPaddingY};
|
left: ${smPaddingY};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const QTitle = styled.div`
|
const QTitle = styled.h1`
|
||||||
font-size: ${fontSizeSmall};
|
font-size: ${fontSizeSmall};
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-weight: 600;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const QText = styled.div`
|
const QText = styled.div`
|
||||||
|
Loading…
Reference in New Issue
Block a user