Event tiles are now items in a list, improves accessibility.

This commit is contained in:
Nolan Darilek 2015-08-08 17:36:19 -05:00
parent ec8a815688
commit 517bb01f33
6 changed files with 16 additions and 10 deletions

View file

@ -55,6 +55,10 @@ limitations under the License.
display: table;
}
.mx_RoomView_MessageList_ul {
list-style-type: none;
}
.mx_RoomView_invitePrompt {
}