diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-05-07 16:25:00 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-05-07 18:05:28 -0700 |
commit | 0808f99da51fdd8d3a8ee580fc6277299a3e76ff (patch) | |
tree | 18c8d33ad9128420bd3572777216358ba3edc0e7 /app/views/help | |
parent | f9fcd2b4100d54255c2508439e9f924543aed7a7 (diff) | |
download | gitlab-ce-0808f99da51fdd8d3a8ee580fc6277299a3e76ff.tar.gz |
Remove gray button style
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/ui.html.haml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml index ce09b44fbb2..7908a04c2eb 100644 --- a/app/views/help/ui.html.haml +++ b/app/views/help/ui.html.haml @@ -74,10 +74,10 @@ = lorem .cover-controls - = link_to '#', class: 'btn btn-gray' do + = link_to '#', class: 'btn btn-default' do = icon('pencil') - = link_to '#', class: 'btn btn-gray' do + = link_to '#', class: 'btn btn-default' do = icon('rss') %h2#lists Lists @@ -206,7 +206,6 @@ .example %button.btn.btn-default{ :type => "button" } Default - %button.btn.btn-gray{ :type => "button" } Gray %button.btn.btn-primary{ :type => "button" } Primary %button.btn.btn-success{ :type => "button" } Success %button.btn.btn-info{ :type => "button" } Info |