Add .vh (visually hidden) CSS class styling

develop
Nathan Steel 3 years ago
parent 2d776c4055
commit 7d19bf6092

@ -45,6 +45,16 @@ position:absolute;overflow:hidden;
left:-9999px;top:auto; left:-9999px;top:auto;
width:1px;height:1px; width:1px;height:1px;
} }
.vh{
position:absolute;
clip:rect(1px,1px,1px,1px);
height:1px;width:1px;
padding:2px 8px;overflow:hidden;
white-space:nowrap;
background:#FFF}
.vh:focus{
clip:auto;overflow:auto;
height:auto;width:auto}
footer p{margin:0} footer p{margin:0}
table{text-align:left;width:100%; table{text-align:left;width:100%;

Loading…
Cancel
Save