mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 05:41:39 +03:00
chore: tweak styles
This commit is contained in:
parent
b2ff15266e
commit
e44b86c94c
@ -179,6 +179,7 @@ export const TextLink = styled(Link)<{ active?: boolean }>`
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
user-select: none;
|
||||||
color: ${({ theme, active }) =>
|
color: ${({ theme, active }) =>
|
||||||
active ? theme.affine.palette.primary : 'unset'};
|
active ? theme.affine.palette.primary : 'unset'};
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user