Merge pull request #365 from vector-im/avatar_initial_a11y
Mark up the avatar initials so they're not read out by screen readers
This commit is contained in:
commit
ca07c8f429
4 changed files with 5 additions and 3 deletions
|
@ -23,8 +23,9 @@ limitations under the License.
|
|||
position: absolute;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
speak: none;
|
||||
}
|
||||
|
||||
.mx_MemberAvatar_image {
|
||||
border-radius: 20px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,5 @@ limitations under the License.
|
|||
color: #fff;
|
||||
text-align: center;
|
||||
font-weight: normal ! important;
|
||||
speak: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue