Skip to content

Remove btn-link class on Edit, Destroy and Revoke buttons

What does this MR do?

Removes the btn-link class on Edit, Destroy and Revoke buttons in Applications Settings, this make the elements not having an underline style when hovered.

Are there points in the code the reviewer needs to double check?

That the buttons still work properly.

Why was this MR needed?

Because hovering the buttons make their text hovered and that is not the behaviour of other buttons in the platform.

What are the relevant issue numbers?

#18932 (closed)

Screenshots (if relevant)

After:

after

Before:

before

Does this MR meet the acceptance criteria?

cc: @jschatz1

Merge request reports