UX: scope chat-channel-title hover effect (#18854)

This commit is contained in:
chapoi
2022-11-03 09:04:57 +01:00
committed by GitHub
parent 52be5b3782
commit 1c52e11d48

View File

@ -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;
}
}
}