@fluentui/react-northstar
Version:
A themable React component library.
13 lines (12 loc) • 312 B
JavaScript
// Visually hides elements which remain visible for screen reader
export var screenReaderContainerStyles = {
border: '0',
clip: 'rect(0 0 0 0)',
height: '1px',
margin: '-1px',
overflow: 'hidden',
padding: '0',
position: 'absolute',
width: '1px'
};
//# sourceMappingURL=accessibilityStyles.js.map