Skip to content

Commit b1bd484

Browse files
committed
Add tooltip to info icons: 'Click to access specific documentation'
1 parent cc922fb commit b1bd484

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/components/SchemaGuideLink.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<template>
22
<a v-bind:href="'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md' + anchor">
33
<q-icon name="ion-information-circle-outline" />
4+
<q-tooltip
5+
anchor="center middle"
6+
class="bg-primary text-body2 text-white"
7+
self="top left"
8+
>
9+
Click to access specific documentation
10+
</q-tooltip>
411
</a>
512
</template>
613

0 commit comments

Comments
 (0)