Fix accessibility around the room list treeview and new search beta (#7856)

This commit is contained in:
Michael Telatynski 2022-02-21 15:46:13 +00:00 committed by GitHub
parent c6b8574dcb
commit e2827b4082
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 60 additions and 45 deletions

View file

@ -20,9 +20,9 @@ limitations under the License.
position: relative;
height: 60%;
padding: 0;
contain: unset; // needed for .mx_SpotlightDialog_keyboardPrompt to not be culled
contain: unset; // needed for #mx_SpotlightDialog_keyboardPrompt to not be culled
.mx_SpotlightDialog_keyboardPrompt {
#mx_SpotlightDialog_keyboardPrompt {
position: absolute;
padding: 8px;
border-radius: 8px;
@ -146,8 +146,9 @@ limitations under the License.
text-overflow: ellipsis;
overflow: hidden;
.mx_SpotlightDialog_metaspaceResult,
.mx_DecoratedRoomAvatar {
> .mx_SpotlightDialog_metaspaceResult,
> .mx_DecoratedRoomAvatar,
> .mx_BaseAvatar {
margin-right: 8px;
width: 20px;
height: 20px;