summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-08-16 14:17:20 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-08-16 14:17:20 +0000
commit36b6722c1ac2a81a47951d99c4353eb9f2aa6f05 (patch)
tree6c2266093ba7e4d4d5b7b972e910dfffba1892a8
parentc044923bcd9263a80623b9fda58692651a54786f (diff)
parentb54a1e030d3a0ab904bf3c278a2cfaea6ff0b3dc (diff)
downloadgitlab-ce-36b6722c1ac2a81a47951d99c4353eb9f2aa6f05.tar.gz
Merge branch 'winh-navcontrols-dropdown-style' into 'master'
Make sort by dropdown style consistent See merge request !13253
-rw-r--r--app/assets/stylesheets/framework/nav.scss2
-rw-r--r--app/views/help/ui.html.haml2
2 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index d386ac5ba9c..071f20fc457 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -161,6 +161,8 @@
}
.nav-controls {
+ @include new-style-dropdown;
+
display: inline-block;
float: right;
text-align: right;
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml
index f18c3a74120..445f0dffbcc 100644
--- a/app/views/help/ui.html.haml
+++ b/app/views/help/ui.html.haml
@@ -189,7 +189,7 @@
= icon('chevron-down')
%ul.dropdown-menu
%li
- %a Sort by date
+ = link_to 'Sort by date', '#'
= link_to 'New issue', '#', class: 'btn btn-new btn-inverted'