Remove sort by text

This commit is contained in:
Jiiks 2018-12-04 23:25:49 +02:00
parent 1fd7b97ce6
commit c6ddb75630
2 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,7 @@
.bd-searchSort {
margin-top: 10px;
justify-content: flex-end;
> span {
color: #fff;

View File

@ -40,7 +40,6 @@
</div>
<div class="bd-flex bd-flexRow" v-if="onlineThemes && onlineThemes.docs && onlineThemes.docs.length">
<div class="bd-searchSort bd-flex bd-flexGrow">
<span class="bd-flexGrow">Sort by:</span>
<div class="bd-sort bd-active">Name<MiChevronDown size="18"/></div>
<div class="bd-sort">Updated</div>
<div class="bd-sort">Installs</div>