File: /var/www/lipovac/wp-content/plugins/the-events-calendar/common/src/resources/css/accessibility.css
/**
* This CSS file was auto-generated via PostCSS
*
* Contributors should avoid editing this file, but instead edit the associated
* src/resources/postcss/ file. For more information, check out our engineering
* docs on how we handle CSS in our engineering docs.
*
* @see: http://moderntribe.github.io/products-engineering/css/
*/
/**
* Following rules set in this article about accessibility elements
*
* @link https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.tribe-js .tribe-accessible-js-hidden {
clip: rect( 1px 1px 1px 1px ); /* IE 6/7 */
clip: rect( 1px, 1px, 1px, 1px );
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap; /* added line */
width: 1px;
}
.tribe-accessible-hidden {
clip: rect( 1px 1px 1px 1px ); /* IE 6/7 */
clip: rect( 1px, 1px, 1px, 1px );
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap; /* added line */
width: 1px;
}