Commit f05e1aec authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '235158-fix-iteration-button-color' into 'master'

Fix iteration edit button color

See merge request gitlab-org/gitlab!39286
parents 3cd63883 1aed23ba
......@@ -166,6 +166,14 @@
color: inherit;
}
// TODO remove this class once we can generate a correct hover utility from `gitlab/ui`,
// see here: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39286#note_396767000
.btn-link-hover:hover {
* {
@include gl-text-blue-800;
}
}
.issuable-header-text {
margin-top: 7px;
}
......
......@@ -171,7 +171,7 @@ export default {
<gl-button
v-if="canEdit"
variant="link"
class="js-sidebar-dropdown-toggle edit-link gl-shadow-none float-right"
class="js-sidebar-dropdown-toggle edit-link gl-shadow-none float-right gl-reset-color! btn-link-hover"
data-testid="iteration-edit-link"
data-track-label="right_sidebar"
data-track-property="iteration"
......
---
title: Fix Iteration Edit button color to black
merge_request: 39286
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment