mirror of https://github.com/vector-im/riot-web
avoid hoverover artefacts on avatar initials
parent
46541a3f2e
commit
098491e350
|
@ -23,6 +23,7 @@ limitations under the License.
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
speak: none;
|
speak: none;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberAvatar_image {
|
.mx_MemberAvatar_image {
|
||||||
|
|
|
@ -23,4 +23,5 @@ limitations under the License.
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: normal ! important;
|
font-weight: normal ! important;
|
||||||
speak: none;
|
speak: none;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
Loading…
Reference in New Issue