inbox: Simplify declaration of folder-row chevron color.

This commit is contained in:
Karl Stolley
2025-07-28 14:51:07 -05:00
committed by Tim Abbott
parent 630319fde8
commit bd8bd2c64a

View File

@@ -393,7 +393,6 @@
}
.inbox-header-name-text,
.collapsible-button .zulip-icon,
.unread_mention_info,
.unread_count {
color: var(--color-folder-header);
@@ -584,6 +583,10 @@
}
}
.folder-row-chevron {
color: var(--color-folder-header);
}
.channel-row-chevron {
color: var(--color-inbox-row-chevron);
}