avoid hoverover artefacts on avatar initials

This commit is contained in:
Matthew Hodgson 2015-11-18 20:56:43 +00:00
parent 46541a3f2e
commit 098491e350
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ limitations under the License.
color: #fff;
text-align: center;
speak: none;
pointer-events: none;
}
.mx_MemberAvatar_image {

View file

@ -23,4 +23,5 @@ limitations under the License.
text-align: center;
font-weight: normal ! important;
speak: none;
pointer-events: none;
}