Skip to content

Commit

Permalink
Hide the URL alias field on community membership request form
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Sep 27, 2024
1 parent aab7b2d commit e7c902e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -349,4 +349,9 @@ a:hover {

.form-type-select {
margin-inline: 1rem;
}

/* On the membership request form for communities, hide the URL alias field */
#group-relationship-community-996ae0cbc1a35b89222ab1-group-request-membership-form #edit-path-wrapper {
display: none;
}

0 comments on commit e7c902e

Please sign in to comment.