Skip to content
Snippets Groups Projects
Commit 12b30def authored by Christoph Dornieden's avatar Christoph Dornieden
Browse files

merge conflict resolved

parent cf47f1a6
No related branches found
No related tags found
No related merge requests found
...@@ -64,18 +64,12 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th ...@@ -64,18 +64,12 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th
color: ${theme.arrowColor}; color: ${theme.arrowColor};
line-color: ${theme.arrowColor}; line-color: ${theme.arrowColor};
target-arrow-color: ${theme.arrowColor}; target-arrow-color: ${theme.arrowColor};
<<<<<<< HEAD
text-background-color: ${theme.arrowLineColor};
text-outline-color:${theme.arrowLineColor};
text-background-opacity: 1;
text-background-shape: roundrectangle;
=======
/*text-background-color: ${theme.arrowLineColor}; /*text-background-color: ${theme.arrowLineColor};
text-background-opacity: 1;*/ text-background-opacity: 1;*/
/*text-background-shape: roundrectangle;*/ /*text-background-shape: roundrectangle;*/
text-outline-color: ${theme.arrowColor}; text-outline-color: ${theme.arrowColor};
text-outline-width: 1px; text-outline-width: 1px;
>>>>>>> da62a369c3eb11a12b3b712bdb1628f3f87bf94a
font-size: 12pt; font-size: 12pt;
width: data(workload); width: data(workload);
} }
...@@ -95,17 +89,8 @@ edge { ...@@ -95,17 +89,8 @@ edge {
color: ${theme.arrowLabelColor}; color: ${theme.arrowLabelColor};
font-weight: bold; font-weight: bold;
target-arrow-shape: triangle-backcurve; target-arrow-shape: triangle-backcurve;
<<<<<<< HEAD
curve-style: bezier;/* supports arrow heads*/
edge-distances: node-position;
z-index: 0;
width: data(workload);
=======
curve-style: bezier; /* supports arrows */ curve-style: bezier; /* supports arrows */
>>>>>>> da62a369c3eb11a12b3b712bdb1628f3f87bf94a
} }
:selected { :selected {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment