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:
parent
0e682b6eae
commit
87f329789b
2 changed files with 66 additions and 18 deletions
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue