Fix accessibility around the room list treeview and new search beta (#7856)
This commit is contained in:
parent
c6b8574dcb
commit
e2827b4082
6 changed files with 60 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue