mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-18 20:21:06 +02:00
ensure even hyperlinks are highlighted
This commit is contained in:
parent
dcea0dd601
commit
fdc94ccf98
@ -106,6 +106,11 @@ limitations under the License.
|
|||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MessageTile_searchHighlight a {
|
||||||
|
background-color: #76cfa6;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_EventTile_sending {
|
.mx_EventTile_sending {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user