mirror of
https://github.com/revoltchat/revite.git
synced 2025-02-21 07:42:52 -05:00
fix(components): convert .systemIcon to non-clickable (#498)
This commit is contained in:
parent
afa76f0623
commit
2c5467c189
1 changed files with 0 additions and 9 deletions
|
@ -152,15 +152,6 @@ export const MessageInfo = styled.div`
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
|
||||||
user-select: none;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
&:active {
|
|
||||||
transform: translateY(1px);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
time {
|
time {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue