sorting isn't filtering

This commit is contained in:
tophf 2018-07-14 21:06:53 +03:00
parent 745c0764e2
commit da430b8ddc
2 changed files with 12 additions and 11 deletions

View File

@ -260,17 +260,18 @@
<svg class="svg-icon info"><use xlink:href="#svg-icon-help"/></svg> <svg class="svg-icon info"><use xlink:href="#svg-icon-help"/></svg>
</a> </a>
</div> </div>
<div id="sort-wrapper">
<div class="sorter-selection" i18n-title="sortLabel">
<select id="manage.newUI.sort"></select>
<svg class="svg-icon select-arrow"><use xlink:href="#svg-icon-select-arrow"/></svg>
</div>
<a href="#" id="sorter-help" tabindex="0">
<svg class="svg-icon info"><use xlink:href="#svg-icon-help"/></svg>
</a>
</div>
</details> </details>
<div id="sort-wrapper">
<div class="sorter-selection" i18n-title="sortLabel">
<select id="manage.newUI.sort"></select>
<svg class="svg-icon select-arrow"><use xlink:href="#svg-icon-select-arrow"/></svg>
</div>
<a href="#" id="sorter-help" tabindex="0">
<svg class="svg-icon info"><use xlink:href="#svg-icon-help"/></svg>
</a>
</div>
<div id="style-actions"> <div id="style-actions">
<div id="update-check"> <div id="update-check">

View File

@ -942,7 +942,7 @@ input[id^="manage.newUI"] {
} }
#search-help, #sorter-help { #search-help, #sorter-help {
margin: 4px -5px 0 2px; margin: 0 -5px 0 2px;
} }
#sort-wrapper .select-arrow { #sort-wrapper .select-arrow {