Remove unused class

This commit is contained in:
Lea Verou
2024-12-17 01:54:32 -05:00
parent 771a1559ef
commit aade89b66e

View File

@@ -17,15 +17,3 @@
content: var(--wa-form-control-required-content);
margin-inline-start: var(--wa-form-control-required-content-offset);
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}