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

pull/1049/head
ayntgl 2022-01-15 17:37:08 +04:00 committed by GitHub
parent 52540d766d
commit 6befe8df16
1 changed files with 0 additions and 9 deletions

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;
}