mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +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],
|
||||
overflow: "hidden",
|
||||
textOverflow: "ellipsis",
|
||||
whiteSpace: "nowrap"
|
||||
whiteSpace: "nowrap",
|
||||
":visited": { color: "primary" },
|
||||
":hover": { color: "primary", opacity: 0.8 }
|
||||
}}
|
||||
>
|
||||
{href}
|
||||
|
||||
Reference in New Issue
Block a user