Message List: Fix links color in bot info (#3461)

This commit is contained in:
Alexander Zinchuk 2023-07-05 13:15:36 +02:00
parent f23b01e0b1
commit 061a6150c7

View File

@ -205,7 +205,7 @@
} }
} }
> .empty { .empty {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
@ -219,12 +219,7 @@
.text-entity-link { .text-entity-link {
color: inherit !important; color: inherit !important;
text-decoration: underline; text-decoration: underline !important;
&:hover,
&:focus {
text-decoration: none;
}
} }
} }