inbox: Update channel-row chevrons to Vlad's spec.

This commit is contained in:
Karl Stolley
2025-07-28 14:50:40 -05:00
committed by Tim Abbott
parent d1e0d09ef3
commit 630319fde8
2 changed files with 14 additions and 0 deletions

View File

@@ -1927,6 +1927,9 @@
);
--color-icons-inbox: light-dark(hsl(0deg 0% 0%), hsl(0deg 0% 100%));
--color-folder-header: light-dark(hsl(216deg 43% 20%), hsl(216deg 50% 75%));
/* Light mode uses the --grey-600 equivalent;
dark mode uses the --grey-300 equivalent. */
--color-inbox-row-chevron: light-dark(#535663, #aaadba);
/* Navbar dropdown menu constants - Values from Figma design */
--box-shadow-popover-menu:

View File

@@ -584,6 +584,17 @@
}
}
.channel-row-chevron {
color: var(--color-inbox-row-chevron);
}
.inbox-collapsed-state {
.folder-row-chevron,
.channel-row-chevron {
opacity: 0.5;
}
}
.inbox-container #inbox-pane .inbox-folder .unread_mention_info {
display: none;
}