Skip to content

Commit 1133684

Browse files
committed
feat(unity-bootstrap-theme): removed unnecessary display none for input validation on webform
UDS-1920
1 parent d3c6110 commit 1133684

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
@@ -232,15 +232,6 @@ form.uds-form {
232232
color: $uds-color-base-gray-7;
233233
}
234234
}
235-
&.needs-validation {
236-
.invalid-feedback {
237-
display: none;
238-
}
239-
240-
.valid-feedback {
241-
display: none;
242-
}
243-
}
244235

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

0 commit comments

Comments
 (0)