Commit b54a1e03 authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Clement Ho

Make sort by dropdown style consistent

parent c044923b
...@@ -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