Commit e1810490 authored by Robert Hunt's avatar Robert Hunt

Merge branch 'fix-btn-variant' into 'master'

Fix the success variant button with the confirm variant

See merge request gitlab-org/gitlab!83678
parents 5b5e6837 a6f5ac1f
......@@ -61,4 +61,4 @@
.form-text.text-muted
= s_('PushRules|Reject file sizes equal to or greater than this size. If set to 0, files of any size are allowed. This rule does not apply to files tracked by Git LFS.')
= f.submit s_("PushRules|Save push rules"), class: "btn gl-button btn-success", data: { qa_selector: 'submit_settings_button' }
= f.submit s_("PushRules|Save push rules"), class: "btn gl-button btn-confirm", data: { qa_selector: 'submit_settings_button' }
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