diff --git a/src/components/ComparisonOptionsPanel.vue b/src/components/ComparisonOptionsPanel.vue index 5421e0e..b8a4031 100644 --- a/src/components/ComparisonOptionsPanel.vue +++ b/src/components/ComparisonOptionsPanel.vue @@ -70,13 +70,6 @@ {{ t("duplicateversion") }} - - - + {{ mark.label }} @@ -99,9 +87,9 @@ export default defineComponent({ versionId !== store.state.record.currentVersion ); if (clickedVersion) { - console.log(`Clicked version: ${clickedVersion.title}`); + // console.log(`Clicked version: ${clickedVersion.title}`); store.commit("switchNWK", versionId); - console.log("Changed Version"); + // console.log("Changed Version"); } } @@ -121,8 +109,6 @@ export default defineComponent({ versionMarks, handleCircleClick, handleComparisonClick, - showComparison: computed(() => store.state.session.nwkcomparison), - changeNWK: computed(() => store.state.session.nwkchange), }; }, }); @@ -141,10 +127,12 @@ line { } .comparisonCircle { - fill: #d6dae9; + stroke: #d6dae9; + fill: white; } .comparisonCircle-selected { + stroke: $color-primary-1; fill: $color-primary-1; } diff --git a/src/components/NetworkMap.vue b/src/components/NetworkMap.vue index ec09688..3eda983 100644 --- a/src/components/NetworkMap.vue +++ b/src/components/NetworkMap.vue @@ -2,7 +2,7 @@ {{ egoLabel }} - +