@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
23 lines (18 loc) • 376 B
text/less
// Hidden
.k-hidden {
display: none ;
}
// RTL
.k-rtl {
direction: rtl;
}
/// @name k-sr-only
/// @description This class could be assigned to elements which should be visually hidden, but remain accessible for screen readers.
/// @group extra
.k-sr-only {
position: absolute;
left: -1px;
width: 1px;
height: 1px;
overflow: hidden;
}