mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 23:33:54 +08:00
46 lines
853 B
SCSS
46 lines
853 B
SCSS
.c-user-thread {
|
|
padding-block: 1.25rem;
|
|
margin-inline: 1rem;
|
|
border-bottom: 1px solid var(--primary-low);
|
|
|
|
.c-unread-indicator {
|
|
width: 8px;
|
|
height: 8px;
|
|
align-self: flex-start;
|
|
}
|
|
|
|
.chat-message-thread-indicator {
|
|
margin-left: 0;
|
|
margin-top: 1rem;
|
|
&:hover {
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
.chat__thread-title__name {
|
|
font-size: var(--font-up-1-rem);
|
|
|
|
&:hover {
|
|
color: var(--primary-very-high);
|
|
}
|
|
}
|
|
|
|
.chat-channel-title__name {
|
|
color: var(--primary-high);
|
|
font-size: var(--font-down-1);
|
|
}
|
|
}
|
|
|
|
//sidebar
|
|
#sidebar-section-content-user-threads {
|
|
padding-bottom: 0.5rem;
|
|
.sidebar-section-link-wrapper:hover {
|
|
.sidebar-section-link-prefix {
|
|
color: var(--primary-very-high);
|
|
}
|
|
}
|
|
.sidebar-section-link-content-text {
|
|
color: var(--d-sidebar-header-color);
|
|
}
|
|
}
|