mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 06:52:44 +08:00
9 lines
134 B
SCSS
9 lines
134 B
SCSS
.chat-channel-title-wrapper {
|
|
padding: 0.25rem;
|
|
|
|
&:hover {
|
|
background: var(--primary-very-low);
|
|
border-radius: 5px;
|
|
}
|
|
}
|