Skip to content

Commit d93160d

Browse files
fixup! Replace custom tooltips with native one in vue components and views
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
1 parent 656ca59 commit d93160d

8 files changed

Lines changed: 11 additions & 13 deletions

apps/files_sharing/src/components/SharingEntryInternal.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
:title="copyLinkTooltip"
1515
target="_blank"
1616
:icon="copied && copySuccess ? 'icon-checkmark-color' : 'icon-clippy'"
17-
@click.prevent="copyLink">
18-
</NcActionLink>
17+
@click.prevent="copyLink" />
1918
</SharingEntrySimple>
2019
</ul>
2120
</template>

apps/files_sharing/src/components/SharingEntryLink.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
:title="copyLinkTooltip"
4444
:aria-label="copyLinkTooltip"
4545
:icon="copied && copySuccess ? 'icon-checkmark-color' : 'icon-clippy'"
46-
@click.stop.prevent="copyLink">
47-
</NcActionLink>
46+
@click.stop.prevent="copyLink" />
4847
</NcActions>
4948

5049
<!-- pending actions -->

dist/files_sharing-additionalScripts.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-additionalScripts.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing_tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)