mirror of https://github.com/zulip/zulip.git
emails: Fix CSS type for no-content-explanation.
This commit is contained in:
parent
58dba63324
commit
95c81ba029
|
@ -147,7 +147,7 @@ p.digest_paragraph,
|
||||||
.sponsorship_request_link:hover,
|
.sponsorship_request_link:hover,
|
||||||
.support_request_link:hover,
|
.support_request_link:hover,
|
||||||
.email-preferences a:hover,
|
.email-preferences a:hover,
|
||||||
.missed_message.no_content-explanation a:hover {
|
.missed_message.no-content-explanation a:hover {
|
||||||
color: #434388 !important;
|
color: #434388 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue