Fix accessibility around the room list treeview and new search beta (#7856)
This commit is contained in:
committed by
GitHub
parent
c6b8574dcb
commit
e2827b4082
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user