Match gl-button link hover color with gl-link
Let's update the hover link color of gl-button
to be consistent with gl-link
Current | Proposal |
---|---|
Originally mentioned in this MR > gitlab!38733 (comment 392546789)
More information
@mvanremmerden: It seems like we are using
$blue-500
forgl-button
with thebtn-link
class (https://gitlab.com/gitlab-org/gitlab-ui/-/blob/master/src/components/base/button/button.scss#L396), whereasgl-link
(as well asgl-deprecated-button
) use$blue-600
(https://gitlab.com/gitlab-org/gitlab-ui/-/blob/master/src/components/base/link/link.scss#L3)
Edited by Samantha Ming