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
This commit is contained in:
Kushal Pandya 2019-04-12 10:10:35 +00:00
commit 2da971b3e8
2 changed files with 6 additions and 1 deletions

View File

@ -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'

View File

@ -0,0 +1,5 @@
---
title: Fixes create button background for Environments form
merge_request: 27161
author:
type: fixed