Commit 2da971b3 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '60261-save-btn-env' into 'master'

Fixes white background in the save button for environments

Closes #60261

See merge request gitlab-org/gitlab-ce!27161
parents 84d77ccb 6022b9e8
......@@ -17,5 +17,5 @@
= f.url_field :external_url, class: 'form-control'
.form-actions
= f.submit _('Save'), class: 'btn btn-save'
= f.submit _('Save'), class: 'btn btn-success'
= link_to _('Cancel'), project_environments_path(@project), class: 'btn btn-cancel'
---
title: Fixes create button background for Environments form
merge_request: 27161
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