Skip to content

Commit 9770b3c

Browse files
committed
fix typo
Former-commit-id: 24654c3 Former-commit-id: 56b6e0ea7fde091ea5c4f338b18681e356c79f59
1 parent cca1223 commit 9770b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/collections/form.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@
404404
}
405405
.ui.inverted.form .field.error textarea,
406406
.ui.inverted.form .field.error input[type="text"],
407-
.ui.inverted.form .field.error input[type="email"]
408-
.ui.inverted.form .field.error input[type="date"]
407+
.ui.inverted.form .field.error input[type="email"],
408+
.ui.inverted.form .field.error input[type="date"],
409409
.ui.inverted.form .field.error input[type="password"]{
410410
background-color: #FFCCCC;
411411
}

0 commit comments

Comments
 (0)