diff --git a/frontend/src/components/activity/ScheduleEntry.vue b/frontend/src/components/activity/ScheduleEntry.vue index d113ff21d8..5d776fcfd7 100644 --- a/frontend/src/components/activity/ScheduleEntry.vue +++ b/frontend/src/components/activity/ScheduleEntry.vue @@ -61,9 +61,19 @@ Displays a single scheduleEntry - - {{ activity.title }} - +
@@ -398,6 +409,16 @@ export default { padding: 1.5rem 16px; } +.ec-activity-title { + .v-icon { + opacity: 0; + } + + &:hover .v-icon { + opacity: 1; + } +} + .e-category-chip-save-icon { font-size: 18px; } diff --git a/frontend/src/components/activity/content/LAThematicArea.vue b/frontend/src/components/activity/content/LAThematicArea.vue index e950732004..c287b33af0 100644 --- a/frontend/src/components/activity/content/LAThematicArea.vue +++ b/frontend/src/components/activity/content/LAThematicArea.vue @@ -1,26 +1,27 @@