From 5b9981e04a35cd3fc3dd8c764721182431821c91 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sun, 21 Mar 2021 16:04:38 +0100 Subject: [PATCH] Add comment where to find global styles --- ts/graphs/Graph.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/graphs/Graph.svelte b/ts/graphs/Graph.svelte index 2bd5d3085..8ee040fd4 100644 --- a/ts/graphs/Graph.svelte +++ b/ts/graphs/Graph.svelte @@ -10,6 +10,7 @@ max-width: 60em; page-break-inside: avoid; + /* See graph-styles.ts for constants referencing global styles */ :global(.graph-element-clickable) { cursor: pointer; }