forked from abner/for-legacy-web
fix(components): convert .systemIcon to non-clickable (#498)
parent
afa76f0623
commit
2c5467c189
|
|
@ -152,15 +152,6 @@ export const MessageInfo = styled.div`
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
svg {
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:active {
|
||||
transform: translateY(1px);
|
||||
}
|
||||
}
|
||||
|
||||
time {
|
||||
opacity: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue