discourse/plugins/chat/assets/stylesheets/desktop/chat-channel-title.scss
chapoi b83d9fa802
UX: chat index refactor (#19264)
* Refactor: split out chat index files

* Refactor: is-online offset
2022-12-01 14:56:04 +01:00

9 lines
134 B
SCSS

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