mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
editor: fix link colors in link hover popup (#1991)
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
This commit is contained in:
@@ -223,7 +223,9 @@ export function OpenLink(props: ToolProps) {
|
|||||||
maxWidth: [150, 250],
|
maxWidth: [150, 250],
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
textOverflow: "ellipsis",
|
textOverflow: "ellipsis",
|
||||||
whiteSpace: "nowrap"
|
whiteSpace: "nowrap",
|
||||||
|
":visited": { color: "primary" },
|
||||||
|
":hover": { color: "primary", opacity: 0.8 }
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{href}
|
{href}
|
||||||
|
|||||||
Reference in New Issue
Block a user