File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ limitations under the License.
2323 position : absolute;
2424 color : # fff ;
2525 text-align : center;
26+ speak : none;
2627}
2728
2829.mx_MemberAvatar_image {
2930 border-radius : 20px ;
30- }
31+ }
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ limitations under the License.
2222 color : # fff ;
2323 text-align : center;
2424 font-weight : normal ! impor tant;
25+ speak : none;
2526}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ module.exports = React.createClass({
5050
5151 return (
5252 < span className = "mx_MemberAvatar" >
53- < span className = "mx_MemberAvatar_initial"
53+ < span className = "mx_MemberAvatar_initial" aria-hidden = "true"
5454 style = { { fontSize : ( this . props . width * 0.75 ) + "px" ,
5555 width : this . props . width + "px" ,
5656 lineHeight : this . props . height * 1.2 + "px" } } > { initial } </ span >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ module.exports = React.createClass({
5757
5858 return (
5959 < span >
60- < span className = "mx_RoomAvatar_initial"
60+ < span className = "mx_RoomAvatar_initial" aria-hidden = "true"
6161 style = { { fontSize : ( this . props . width * 0.75 ) + "px" ,
6262 width : this . props . width + "px" ,
6363 lineHeight : this . props . height * 1.2 + "px" } } > { initial } </ span >
You can’t perform that action at this time.
0 commit comments