From ee63e836f8b87d5716197a2af6a1d1f01e80ef98 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Tue, 15 Oct 2024 11:33:38 -0500 Subject: [PATCH] marker_icons: Reduce opacity to spec on follow, mention icons. --- web/styles/app_components.css | 2 +- web/styles/left_sidebar.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/app_components.css b/web/styles/app_components.css index c6469d5726..782d9d916b 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -626,7 +626,7 @@ input.settings_text_input { .unread_mention_info:not(:empty) { margin-right: 5px; margin-left: 2px; - opacity: 0.7; + opacity: 0.5; } /* Implement the web app's default-hidden convention for alert diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index fa9fd4af19..acc568228c 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -496,7 +496,7 @@ ul.filters { } .zulip-icon-follow { - opacity: 0.6; + opacity: 0.5; &:hover { opacity: 1;