We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f6c6e commit be81f13Copy full SHA for be81f13
packages/core/src/client/webcomponents/components/dock/DockEntry.vue
@@ -84,7 +84,7 @@ useEventListener('pointerdown', () => {
84
isSelected ? 'scale-120 text-purple' : '',
85
isAction ? 'bg-[#8881] hover:bg-[#8882] rounded-full' : 'rounded-xl',
86
]"
87
- class="flex items-center justify-center p1.5 hover:bg-[#8881] hover:scale-110 transition-all duration-300 relative"
+ class="flex items-center justify-center p1.5 hover:bg-[#8881] hover:scale-110 transition-all duration-300 relative outline-none"
88
>
89
<DockIcon :icon="dock.icon" :title="dock.title" class="w-5 h-5 select-none" />
90
<div v-if="badge" class="absolute top-0.5 right-0 bg-gray-6 text-white text-0.6em px-1 rounded-full shadow">
0 commit comments