mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
Enhancement: Added hover effect for conversations (#2059)
This commit is contained in:
@@ -191,6 +191,10 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.conversation {
|
||||
align-items: center;
|
||||
|
||||
&:hover {
|
||||
background: var(--color-background-light);
|
||||
}
|
||||
}
|
||||
|
||||
.has-inbox-name {
|
||||
|
||||
Reference in New Issue
Block a user