From bd8bd2c64a83e3b1f8ab703559d59e8dd3f4348c Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Mon, 28 Jul 2025 14:51:07 -0500 Subject: [PATCH] inbox: Simplify declaration of folder-row chevron color. --- web/styles/inbox.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/styles/inbox.css b/web/styles/inbox.css index f0903abbd0..1a0a654d01 100644 --- a/web/styles/inbox.css +++ b/web/styles/inbox.css @@ -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); }