Commit fbe545b9 authored by Jiaan Louw's avatar Jiaan Louw

Fix chain of custody report button hover color

This fixes the chain of custody report button
on hover color to be only white when the button
is enabled.
parent 1a976c73
......@@ -96,7 +96,7 @@ export default {
type="submit"
variant="success"
data-test-id="merge-commit-submit-button"
class="gl-hover-text-white!"
class="disable-hover"
>{{ $options.strings.mergeCommitButtonText }}</gl-button
>
</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