mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
inbox: Update channel-row chevrons to Vlad's spec.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user