Skip to content

Commit be81f13

Browse files
authored
fix(core): remove white focus outline on dock button (#289)
1 parent c7f6c6e commit be81f13

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/client/webcomponents/components/dock

1 file changed

+1
-1
lines changed

packages/core/src/client/webcomponents/components/dock/DockEntry.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ useEventListener('pointerdown', () => {
8484
isSelected ? 'scale-120 text-purple' : '',
8585
isAction ? 'bg-[#8881] hover:bg-[#8882] rounded-full' : 'rounded-xl',
8686
]"
87-
class="flex items-center justify-center p1.5 hover:bg-[#8881] hover:scale-110 transition-all duration-300 relative"
87+
class="flex items-center justify-center p1.5 hover:bg-[#8881] hover:scale-110 transition-all duration-300 relative outline-none"
8888
>
8989
<DockIcon :icon="dock.icon" :title="dock.title" class="w-5 h-5 select-none" />
9090
<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

Comments
 (0)