Commit 1aed23ba authored by Eulyeon Ko's avatar Eulyeon Ko Committed by Kushal Pandya

Fix the edit button color back to blue

Add important! to btn-link class to override gl-button styling.
parent 2e4a156a
......@@ -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