Fix translucent TextualEvent on search results panel (#10810)

* Unset the opacity value of textual events on the search results panel

* Add a test for checking opacity
This commit is contained in:
Suguru Hirahara 2023-06-08 11:11:18 +00:00 committed by GitHub
parent 0e682b6eae
commit 87f329789b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 66 additions and 18 deletions

View file

@ -23,4 +23,8 @@ limitations under the License.
color: $accent;
cursor: pointer;
}
.mx_RoomView_searchResultsPanel & {
opacity: unset; /* Unset the opacity value specified above on the search results panel */
}
}