discourse/plugins/chat/assets/stylesheets/desktop/chat-channel-title.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
231 B
SCSS
Raw Normal View History

.chat-channel-title-wrapper {
padding: 0.25rem;
&:hover {
background: var(--primary-very-low);
border-radius: var(--d-border-radius);
}
.chat-channel-title {
&__user-info {
overflow: hidden;
}
}
}