improve suggestion styling

This commit is contained in:
Philipp Kühn
2018-09-29 12:58:40 +02:00
parent 9ef1e983ff
commit 38ee7cbd62

View File

@@ -27,8 +27,8 @@
{{ user.name }} {{ user.name }}
</div> </div>
</template> </template>
<div v-else class="suggestion-list__item"> <div v-else class="suggestion-list__item is-empty">
No users found. No users found
</div> </div>
</div> </div>
@@ -267,6 +267,10 @@ export default {
&:hover { &:hover {
background-color: rgba($color-white, 0.2); background-color: rgba($color-white, 0.2);
} }
&.is-empty {
opacity: 0.5;
}
} }
} }