mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 20:48:07 +00:00
Enhancement: Added hover effect for conversations (#2059)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user