don't show event search results with underline/blue

This commit is contained in:
Bruno Windels 2019-01-16 11:14:30 +01:00
parent b14d436e98
commit 924e1f9e4a

View file

@ -147,8 +147,15 @@ limitations under the License.
justify-content: flex-end;
}
.mx_RoomView_searchResultsPanel .mx_RoomView_messageListWrapper {
justify-content: flex-start;
.mx_RoomView_searchResultsPanel {
.mx_RoomView_messageListWrapper {
justify-content: flex-start;
}
a {
text-decoration: none;
color: inherit;
}
}
.mx_RoomView_empty {