Enhancement: Added hover effect for conversations (#2059)

This commit is contained in:
Sivin Varghese 2021-04-06 20:22:38 +05:30 committed by GitHub
parent c5ff86667f
commit dbb41c12a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,6 +191,10 @@ export default {
<style lang="scss" scoped>
.conversation {
align-items: center;
&:hover {
background: var(--color-background-light);
}
}
.has-inbox-name {