Commit cad783df authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-create-milestone-btn-success' into 'master'

Make some buttons green again

See merge request gitlab-org/gitlab-ce!32010
parents b51770c6 e5be205a
......@@ -12,7 +12,7 @@
%p= current_user_empty_message_description
- if secondary_button_link.present?
= link_to secondary_button_label, secondary_button_link, class: 'btn btn-create btn-inverted'
= link_to secondary_button_label, secondary_button_link, class: 'btn btn-success btn-inverted'
= link_to primary_button_label, primary_button_link, class: 'btn btn-success'
- else
......
---
title: Fix style of secondary profile tab buttons.
merge_request: 32010
author: Wolfgang Faust
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