2018-04-12 07:23:35 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2018-04-12 07:23:35 +08:00
|
|
|
Copyright 2015, 2016 OpenMarket Ltd
|
|
|
|
|
2024-09-09 21:57:16 +08:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2018-04-12 07:23:35 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_TextualEvent {
|
|
|
|
overflow-y: hidden;
|
2022-05-07 11:07:11 +08:00
|
|
|
line-height: normal;
|
2021-06-24 16:40:30 +08:00
|
|
|
|
|
|
|
a {
|
2021-11-11 21:37:29 +08:00
|
|
|
color: $accent;
|
2021-06-24 16:40:30 +08:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2023-06-08 19:11:18 +08:00
|
|
|
|
|
|
|
.mx_RoomView_searchResultsPanel & {
|
|
|
|
opacity: unset; /* Unset the opacity value specified above on the search results panel */
|
|
|
|
}
|
2018-04-12 07:23:35 +08:00
|
|
|
}
|