Enhancement: Added hover effect for conversations (#2059)
This commit is contained in:
parent
c5ff86667f
commit
dbb41c12a2
1 changed files with 4 additions and 0 deletions
|
@ -191,6 +191,10 @@ export default {
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.conversation {
|
.conversation {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: var(--color-background-light);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-inbox-name {
|
.has-inbox-name {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue