mirror of
https://github.com/privacyguides/discourse-brand.git
synced 2025-08-29 04:59:15 +00:00
Disable user fields on login form
This commit is contained in:
@@ -290,6 +290,18 @@ html.anon {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form#login-form {
|
||||||
|
.create-account__fullname {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.user-field-pronouns {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.user-field-optional-features {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body.option-disable-reactions-all {
|
body.option-disable-reactions-all {
|
||||||
.discourse-reactions-counter {
|
.discourse-reactions-counter {
|
||||||
display: none;
|
display: none;
|
||||||
|
Reference in New Issue
Block a user