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

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 {