Skip to content

Commit 6025b93

Browse files
MrSmoerfnetX
authored andcommitted
Remove unused css class "form-field-content-aside-label"
This css class was used to display the "forgot password"-link right and above the password field. cd75519a0b moves this link, so this class is now unused
1 parent e823122 commit 6025b93

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

web_src/css/form.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -500,20 +500,6 @@ textarea:focus,
500500
}
501501
}
502502

503-
/* form fields with additional content besides their label, used on login form
504-
* use like <div class="field"><label/><a/><input/></div> */
505-
.form-field-content-aside-label {
506-
display: grid;
507-
grid-template-columns: 1fr 1fr;
508-
}
509-
.form-field-content-aside-label > *:nth-child(2) {
510-
text-align: right;
511-
margin-bottom: 4px;
512-
}
513-
.form-field-content-aside-label input {
514-
grid-column: span 2;
515-
}
516-
517503
.ui.form .field > .selection.dropdown {
518504
min-width: 14em; /* matches the default min width */
519505
}

0 commit comments

Comments
 (0)