Skip to content

Commit 9270e61

Browse files
Merge pull request #1431 from ASU/UDS-1920
feat(unity-bootstrap-theme): removed unnecessary display none for input validation on webform
2 parents 6449d39 + 1133684 commit 9270e61

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_form-fields.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -237,15 +237,6 @@ form.uds-form {
237237
color: $uds-color-base-gray-7;
238238
}
239239
}
240-
&.needs-validation {
241-
.invalid-feedback {
242-
display: none;
243-
}
244-
245-
.valid-feedback {
246-
display: none;
247-
}
248-
}
249240

250241
/* ERROR/SUCCESS VALIDATION - SERVER-SIDE
251242
using Bootstrap 4 .is-valid and .is-invalid classes. */

0 commit comments

Comments
 (0)