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,6 +260,9 @@
<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>
</details>
<div id="sort-wrapper"> <div id="sort-wrapper">
<div class="sorter-selection" i18n-title="sortLabel"> <div class="sorter-selection" i18n-title="sortLabel">
<select id="manage.newUI.sort"></select> <select id="manage.newUI.sort"></select>
@ -270,8 +273,6 @@
</a> </a>
</div> </div>
</details>
<div id="style-actions"> <div id="style-actions">
<div id="update-check"> <div id="update-check">
<button id="check-all-updates" i18n-text="checkAllUpdates"><span id="update-progress"></span></button> <button id="check-all-updates" i18n-text="checkAllUpdates"><span id="update-progress"></span></button>

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 {