improve suggestion styling
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user