Message list: Underline link "migrated to/from another chat" (follow-up)

This commit is contained in:
Alexander Zinchuk 2022-09-16 19:28:50 +02:00
parent 701146a7ec
commit edf46ec3ed

View File

@ -352,6 +352,10 @@
.underlined-link {
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}