Make sort by dropdown style consistent
This commit is contained in:
parent
c044923bcd
commit
b54a1e030d
2 changed files with 3 additions and 1 deletions
|
@ -161,6 +161,8 @@
|
|||
}
|
||||
|
||||
.nav-controls {
|
||||
@include new-style-dropdown;
|
||||
|
||||
display: inline-block;
|
||||
float: right;
|
||||
text-align: right;
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue