gitlab-org--gitlab-foss/changelogs/unreleased/fix-create-milestone-btn-success.yml
Wolfgang Faust e5be205a23 Make some buttons green again
Fix missing .btn-success class on the following buttons:
* 'Create milestone' button
* Secondary button on profile tabs

`btn-create` was an old class which was was removed in !23232
and replaced with `btn-success`,
but these two seem to have been missed in the process.
2019-08-29 15:53:01 +00:00

5 lines
111 B
YAML

---
title: Fix style of secondary profile tab buttons.
merge_request: 32010
author: Wolfgang Faust
type: fixed