We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d628d commit 2fabf69Copy full SHA for 2fabf69
src/skins/vector/css/atoms/MemberAvatar.css
@@ -23,8 +23,9 @@ limitations under the License.
23
position: absolute;
24
color: #fff;
25
text-align: center;
26
+ speak: none;
27
}
28
29
.mx_MemberAvatar_image {
30
border-radius: 20px;
-}
31
+}
src/skins/vector/views/atoms/MemberAvatar.js
@@ -50,7 +50,7 @@ module.exports = React.createClass({
50
51
return (
52
<span className="mx_MemberAvatar">
53
- <span className="mx_MemberAvatar_initial"
+ <span className="mx_MemberAvatar_initial" aria-hidden="true"
54
style={{ fontSize: (this.props.width * 0.75) + "px",
55
width: this.props.width + "px",
56
lineHeight: this.props.height*1.2 + "px" }}>{ initial }</span>
0 commit comments