aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/graph/GraphTheme.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/graph/GraphTheme.tsx')
-rw-r--r--subprojects/frontend/src/graph/GraphTheme.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/subprojects/frontend/src/graph/GraphTheme.tsx b/subprojects/frontend/src/graph/GraphTheme.tsx
index 989bd0c2..14d58b96 100644
--- a/subprojects/frontend/src/graph/GraphTheme.tsx
+++ b/subprojects/frontend/src/graph/GraphTheme.tsx
@@ -68,15 +68,6 @@ export default styled('div', {
68 '.node-exists-UNKNOWN [stroke="black"]': { 68 '.node-exists-UNKNOWN [stroke="black"]': {
69 strokeDasharray: '5 2', 69 strokeDasharray: '5 2',
70 }, 70 },
71 '.node-exists-FALSE': {
72 '& [fill="green"]': {
73 fill: theme.palette.background.default,
74 },
75 '& [stroke="black"]': {
76 strokeDasharray: '1 3',
77 stroke: theme.palette.text.secondary,
78 },
79 },
80 '.edge': { 71 '.edge': {
81 '& text': { 72 '& text': {
82 fontFamily: theme.typography.fontFamily, 73 fontFamily: theme.typography.fontFamily,