[MM-63944] fix channel header color (#30899)

Automatic Merge
Этот коммит содержится в:
Sven Hüster
2025-06-02 08:00:09 +02:00
коммит произвёл GitHub
родитель 6f26ad5cec
Коммит 655d6f3fc7

Просмотреть файл

@@ -6,14 +6,25 @@
align-items: center;
justify-content: space-between;
padding: 0 16px;
color: var(--sidebar-header-text-color);
button#sidebarTeamMenuButton {
overflow: hidden;
padding: 2px 6px;
color: inherit;
font-family: Metropolis, sans-serif;
font-size: 16px;
gap: 1px;
&:hover {
background: rgba(var(--sidebar-header-text-color-rgb), 0.08);
}
&:active,
&[aria-expanded=true][aria-haspopup=true] {
background: rgba(var(--sidebar-header-text-color-rgb), 0.12);
}
& > span {
overflow: hidden;
text-overflow: ellipsis;