Make sort by dropdown style consistent

This commit is contained in:
Winnie Hellmann 2017-08-16 14:17:19 +00:00 committed by Clement Ho
parent c044923bcd
commit b54a1e030d
2 changed files with 3 additions and 1 deletions

View File

@ -161,6 +161,8 @@
}
.nav-controls {
@include new-style-dropdown;
display: inline-block;
float: right;
text-align: right;

View File

@ -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'