1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Remove old redundant hover effect

This commit is contained in:
Michael Telatynski
2021-04-22 08:18:28 +01:00
parent 60828913d2
commit 90cd5d0472

View File

@ -224,12 +224,6 @@ $SpaceRoomViewInnerWidth: 428px;
.mx_FacePile_faces {
cursor: pointer;
&:hover {
.mx_BaseAvatar {
filter: brightness(0.8);
}
}
}
}