Commit 3f739faf authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'jl-fix-chain-of-custody-report-button-hover' into 'master'

Fix chain of custody report button hover color

See merge request gitlab-org/gitlab!47899
parents 8206c0af fbe545b9
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
type="submit" type="submit"
variant="success" variant="success"
data-test-id="merge-commit-submit-button" data-test-id="merge-commit-submit-button"
class="gl-hover-text-white!" class="disable-hover"
>{{ $options.strings.mergeCommitButtonText }}</gl-button >{{ $options.strings.mergeCommitButtonText }}</gl-button
> >
</gl-form> </gl-form>
......
---
title: Fix chain of custody report button hover color
merge_request: 47899
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