summaryrefslogtreecommitdiffstats
path: root/src/components/Settings/SettingsAddressbook.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Settings/SettingsAddressbook.vue')
-rw-r--r--src/components/Settings/SettingsAddressbook.vue9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/components/Settings/SettingsAddressbook.vue b/src/components/Settings/SettingsAddressbook.vue
index 2e505158..b136aed8 100644
--- a/src/components/Settings/SettingsAddressbook.vue
+++ b/src/components/Settings/SettingsAddressbook.vue
@@ -28,10 +28,13 @@
</span>
<!-- sharing button -->
- <a v-if="!addressbook.readOnly" v-tooltip.top="sharedWithTooltip"
+ <a v-if="!addressbook.readOnly"
+ v-tooltip.top="sharedWithTooltip"
:class="{'addressbook__share--shared': hasShares}"
- :title="sharedWithTooltip" href="#"
- class="addressbook__share icon-shared" @click="toggleShare" />
+ :title="sharedWithTooltip"
+ href="#"
+ class="addressbook__share icon-shared"
+ @click="toggleShare" />
<!-- popovermenu -->
<Actions class="addressbook__menu" menu-align="right">