UX: scope chat-channel-title hover effect (#18854)
This commit is contained in:
parent
52be5b3782
commit
1c52e11d48
|
@ -1,8 +1,12 @@
|
|||
.chat-channel-title {
|
||||
max-width: 96%;
|
||||
.channels-list .direct-message-channels {
|
||||
.chat-channel-title {
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.direct-message-channels .chat-channel-row:hover & {
|
||||
overflow: hidden;
|
||||
max-width: unset;
|
||||
.chat-channel-row:hover {
|
||||
.chat-channel-title {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue