Message List: Fix links color in bot info (#3461)
This commit is contained in:
parent
f23b01e0b1
commit
061a6150c7
@ -205,7 +205,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
> .empty {
|
||||
.empty {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
@ -219,12 +219,7 @@
|
||||
|
||||
.text-entity-link {
|
||||
color: inherit !important;
|
||||
text-decoration: underline;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user