forked from abner/for-legacy-web
fix: add hover effects to system message usernames
closes #411 closes #463
This commit is contained in:
@@ -29,6 +29,15 @@ const SystemContent = styled.div`
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
|
||||
svg,
|
||||
span {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
span:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
`;
|
||||
|
||||
interface Props {
|
||||
|
||||
Reference in New Issue
Block a user