Skip to content

Remove btn-link styles from buttons.scss

Removes btn-link styles from buttons.scss. No visual changes.

btn-link elements within the IDE have their own styles and are not impacted by this change:

Screenshot_from_2022-05-18_14-49-12

Other btn-link elements need the gl-button class to be added to them to inherit the btn-link styles defined in gitlab-ui, whoch are the same as the block we're removing from buttons.scss here.

Here are some of these elements, which don't get any visual changes:

where screenshot
User name in comments threads of a merge request Screenshot_from_2022-05-18_15-30-32
assign yourself in issue sidebar Screenshot_from_2022-05-18_15-06-00

Related to #362686 (closed)

Merge request reports