Skip to content

Commit 5da45e3

Browse files
committed
VPR-63 fix: remove duplicate scoped .sr-only from ContactSection.vue
1 parent a312c95 commit 5da45e3

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

VueApp/src/Students/EmergencyContact/components/ContactSection.vue

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -151,18 +151,6 @@ function isValidEmail(val: string): boolean | string {
151151
margin-bottom: 0.5rem;
152152
}
153153
154-
.sr-only {
155-
position: absolute;
156-
width: 1px;
157-
height: 1px;
158-
padding: 0;
159-
margin: -1px;
160-
overflow: hidden;
161-
clip: rect(0, 0, 0, 0);
162-
white-space: nowrap;
163-
border: 0;
164-
}
165-
166154
.field-warning-chip {
167155
display: inline-flex;
168156
align-items: center;

0 commit comments

Comments
 (0)