Commit 36b6722c authored by Clement Ho's avatar Clement Ho

Merge branch 'winh-navcontrols-dropdown-style' into 'master'

Make sort by dropdown style consistent

See merge request !13253
parents c044923b b54a1e03
...@@ -161,6 +161,8 @@ ...@@ -161,6 +161,8 @@
} }
.nav-controls { .nav-controls {
@include new-style-dropdown;
display: inline-block; display: inline-block;
float: right; float: right;
text-align: right; text-align: right;
......
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
= icon('chevron-down') = icon('chevron-down')
%ul.dropdown-menu %ul.dropdown-menu
%li %li
%a Sort by date = link_to 'Sort by date', '#'
= link_to 'New issue', '#', class: 'btn btn-new btn-inverted' = link_to 'New issue', '#', class: 'btn btn-new btn-inverted'
......
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