Skip to content

Commit

Permalink
style(CalendarListNew): make more coherent with appointments caption
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory V <scratchx@gmx.com>
  • Loading branch information
GVodyanov committed Jul 16, 2024
1 parent d6dfba7 commit fd1e0cb
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>

Check warning on line 330 in src/components/AppNavigation/CalendarList/CalendarListNew.vue

View check run for this annotation

Codecov / codecov/patch

src/components/AppNavigation/CalendarList/CalendarListNew.vue#L330

Added line #L330 was not covered by tests
:deep(.action-item__menutoggle) {
opacity: 1 !important;
}

Check warning on line 333 in src/components/AppNavigation/CalendarList/CalendarListNew.vue

View check run for this annotation

Codecov / codecov/patch

src/components/AppNavigation/CalendarList/CalendarListNew.vue#L333

Added line #L333 was not covered by tests
</style>

0 comments on commit fd1e0cb

Please sign in to comment.