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

9 lines
134 B
SCSS

.chat-channel-title-wrapper {
padding: 0.25rem;
&:hover {
background: var(--primary-very-low);
border-radius: 5px;
}
}