Skip to content

Fix invite member modal dropdown checkbox styling

What does this MR do?

This MR fixes the styling of the dropdown checkbox in the new invite member modal.

It also fixes that the default access level is not selected by default.

Related to #322082

Local testing

  1. Enable the invite_members_group_modal feature flag
    • bin/rails console
    • Feature.enable(:invite_members_group_modal)
  2. Create a project or group
  3. Navigate to "Project" or "Group" -> "Members"
  4. Click "Invite members"

Screenshots (strongly suggested)

Before After
image image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Peter Hegman

Merge request reports