mirror of https://github.com/zulip/zulip.git
marker_icons: Reduce opacity to spec on follow, mention icons.
This commit is contained in:
parent
16b8c7562a
commit
ee63e836f8
|
@ -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
|
||||
|
|
|
@ -496,7 +496,7 @@ ul.filters {
|
|||
}
|
||||
|
||||
.zulip-icon-follow {
|
||||
opacity: 0.6;
|
||||
opacity: 0.5;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
|
|
Loading…
Reference in New Issue