UNPKG
@workingdevshero/cdk
Version:
latest (20.0.1)
20.0.1
19.2.17
Angular Material Component Development Kit
github.com/angular/components
angular/components
@workingdevshero/cdk
/
a11y-prebuilt.css
2 lines
(1 loc)
•
257 B
CSS
View Raw
1
2
.cdk-visually-hidden
{
border
:
0
;
clip
:
rect
(
0
0
0
0
);
height
:
1px
;
margin
:-
1px
;
overflow
:hidden;
padding
:
0
;
position
:absolute;
width
:
1px
;
white-space
:nowrap;
outline
:
0
;-webkit-
appearance
:none;-moz-
appearance
:none;
left
:
0
}
[dir=rtl]
.cdk-visually-hidden
{
left
:auto;
right
:
0
}