We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba55737 + 8f0eb7c commit 4d9223bCopy full SHA for 4d9223b
1 file changed
src/components/SchemaGuideLink.vue
@@ -10,11 +10,13 @@
10
color="primary"
11
/>
12
<q-tooltip
13
- anchor="center middle"
+ anchor="center right"
14
class="bg-primary text-body2 text-white"
15
- self="top left"
+ self="center left"
16
+ transition-show="scale"
17
+ transition-hide="scale"
18
>
- Click to access specific documentation
19
+ Click the icon to access specific documentation
20
</q-tooltip>
21
</a>
22
</template>
0 commit comments