Skip to content

Snippets: Remove `active` class from blob viewer switcher

Himanshu Kapoor requested to merge 255103-blob-switcher-active into master

What does this MR do?

Issue: #255103 (closed)

Newer versions of gl-button-group automatically add selected class for selected button group buttons. Previously we needed to manually add active class. This is no longer necessary. In fact this actually adds a blue outline which gets conflicted with the button's active state.

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

Related to #255103 (closed)

Edited by Himanshu Kapoor

Merge request reports