Event tiles are now items in a list, improves accessibility.
This commit is contained in:
parent
ec8a815688
commit
517bb01f33
6 changed files with 16 additions and 10 deletions
|
@ -55,6 +55,10 @@ limitations under the License.
|
|||
display: table;
|
||||
}
|
||||
|
||||
.mx_RoomView_MessageList_ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.mx_RoomView_invitePrompt {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue