Skip to content

fix(button): icon button fill color

Scott Hampton requested to merge fix-button-icon-color into master

The icon button fill color and positioning was being overridden by the GitLab application CSS. This was due to our selectors being of equal specificity. Adding a little bit more specificity to our selectors fixes this.

I added a story so that we can have a snapshot test for this now.

Before After
Screen_Shot_2020-04-07_at_8.36.26_AM Screen_Shot_2020-04-07_at_8.36.43_AM
Edited by Scott Hampton

Merge request reports