Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/components/Profile/PrimaryActionButton.vue')
-rw-r--r--core/src/components/Profile/PrimaryActionButton.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/src/components/Profile/PrimaryActionButton.vue b/core/src/components/Profile/PrimaryActionButton.vue
index 7cfff4bc664..7a1f031b60c 100644
--- a/core/src/components/Profile/PrimaryActionButton.vue
+++ b/core/src/components/Profile/PrimaryActionButton.vue
@@ -21,15 +21,13 @@
-->
<template>
- <a
- class="profile__primary-action-button"
+ <a class="profile__primary-action-button"
:class="{ 'disabled': disabled }"
:href="href"
:target="target"
rel="noopener noreferrer nofollow"
v-on="$listeners">
- <img
- class="icon"
+ <img class="icon"
:class="[icon, { 'icon-invert': colorPrimaryText === '#ffffff' }]"
:src="icon">
<slot />