mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
don't show event search results with underline/blue
This commit is contained in:
parent
b14d436e98
commit
924e1f9e4a
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user