Skip to content

Commit

Permalink
Merge pull request #6172 from nextcloud/fix/make-calendar-list-new-co…
Browse files Browse the repository at this point in the history
…herent

Make the new calendar caption more coherent with the appointments caption
  • Loading branch information
miaulalala authored Jul 17, 2024
2 parents 5e5a9a0 + fd1e0cb commit 4a50201
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:menu-open.sync="isOpen"
@click.prevent.stop="toggleDialog">
<template #actionsTriggerIcon>
<Plus :size="20" />
<Plus :size="20" :title="$t('calendar', 'Add new')" decorative />
</template>
<template #actions>
<ActionButton v-if="showCreateCalendarLabel"
Expand Down Expand Up @@ -326,3 +326,9 @@ export default {
},
}
</script>

<style scoped>
:deep(.action-item__menutoggle) {
opacity: 1 !important;
}
</style>

0 comments on commit 4a50201

Please sign in to comment.