UNPKG

@fluentui/react-northstar

Version:
13 lines (12 loc) 312 B
// 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