Skip to content

Commit

Permalink
fix loop edges target and source arrow colors/shape when enabling the…
Browse files Browse the repository at this point in the history
… show the types of connections from viewer settings
  • Loading branch information
Salam-Dalloul committed Sep 13, 2024
1 parent fd8b54d commit c245853
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions applications/visualizer/frontend/src/theme/twoDStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,6 @@ const ELECTRICAL_STYLE = [
"source-arrow-shape": "tee",
},
},
{
selector: ".not_classified:loop",
css: {
"target-arrow-shape": "tee",
"source-arrow-shape": "tee",
"source-arrow-color": "#228B22",
"target-arrow-color": "#228B22",
},
},
];

const OPEN_GROUP_STYLE = {
Expand Down

0 comments on commit c245853

Please sign in to comment.