marker_icons: Reduce opacity to spec on follow, mention icons.

This commit is contained in:
Karl Stolley 2024-10-15 11:33:38 -05:00 committed by Tim Abbott
parent 16b8c7562a
commit ee63e836f8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -496,7 +496,7 @@ ul.filters {
}
.zulip-icon-follow {
opacity: 0.6;
opacity: 0.5;
&:hover {
opacity: 1;