fix(components): convert .systemIcon to non-clickable (#498)

This commit is contained in:
ayntgl 2022-01-15 17:37:08 +04:00 committed by GitHub
parent afa76f0623
commit 2c5467c189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,15 +152,6 @@ export const MessageInfo = styled.div`
position: absolute;
}
svg {
user-select: none;
cursor: pointer;
&:active {
transform: translateY(1px);
}
}
time {
opacity: 0;
}