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:
@@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user