editor: fix link colors in link hover popup (#1991)

Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
This commit is contained in:
Muhammad Ali
2023-02-23 17:19:13 +05:00
committed by GitHub
parent d4a7b8d9c9
commit f29e7936d1

View File

@@ -223,7 +223,9 @@ export function OpenLink(props: ToolProps) {
maxWidth: [150, 250],
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap"
whiteSpace: "nowrap",
":visited": { color: "primary" },
":hover": { color: "primary", opacity: 0.8 }
}}
>
{href}