Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-08 17:48:28 +0300
committerPhil Hughes <me@iamphill.com>2018-05-08 17:48:28 +0300
commit9e03f960fb94559c7972ceb69bf7c736660cb02d (patch)
tree320395d986688c22bd2e40fd8d06eed5d361b1ca /app/views/help
parentc39208e011ed9f29406dcfda398f84d84bdc8459 (diff)
parent0808f99da51fdd8d3a8ee580fc6277299a3e76ff (diff)
Merge branch '44319-remove-gray-buttons' into 'master'
Resolve "Remove remaining grey buttons" Closes #44319 See merge request gitlab-org/gitlab-ce!18795
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/ui.html.haml5
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')
&nbsp;
- = 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