Add comment where to find global styles

This commit is contained in:
Henrik Giesel 2021-03-21 16:04:38 +01:00
parent af307a6c4a
commit 5b9981e04a

View file

@ -10,6 +10,7 @@
max-width: 60em; max-width: 60em;
page-break-inside: avoid; page-break-inside: avoid;
/* See graph-styles.ts for constants referencing global styles */
:global(.graph-element-clickable) { :global(.graph-element-clickable) {
cursor: pointer; cursor: pointer;
} }