Skip to content

Commit 098491e

Browse files
committed
avoid hoverover artefacts on avatar initials
1 parent 46541a3 commit 098491e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/skins/vector/css/atoms/MemberAvatar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
color: #fff;
2424
text-align: center;
2525
speak: none;
26+
pointer-events: none;
2627
}
2728

2829
.mx_MemberAvatar_image {

src/skins/vector/css/atoms/RoomAvatar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ limitations under the License.
2323
text-align: center;
2424
font-weight: normal ! important;
2525
speak: none;
26+
pointer-events: none;
2627
}

0 commit comments

Comments
 (0)