Skip to content

Commit 3ee6e18

Browse files
IdrisGitghostdevv
authored andcommitted
fix(style): remove redundant focus style
1 parent cdc74ef commit 3ee6e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/ReadmeTocDropdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function handleKeydown(event: KeyboardEvent) {
148148
<button
149149
ref="triggerRef"
150150
type="button"
151-
class="flex items-center h-8 gap-1.5 px-2 py-2 font-mono text-xs text-fg-muted bg-bg-subtle border border-border-subtle border-solid rounded-md transition-colors duration-150 hover:(text-fg border-border-hover) active:scale-95 focus:border-border-hover focus-visible:outline-accent/70 hover:text-fg"
151+
class="flex items-center h-8 gap-1.5 px-2 py-2 font-mono text-xs text-fg-muted bg-bg-subtle border border-border-subtle border-solid rounded-md transition-colors duration-150 hover:(text-fg border-border-hover) active:scale-95 focus:border-border-hover hover:text-fg"
152152
:aria-expanded="isOpen"
153153
aria-haspopup="listbox"
154154
:aria-label="$t('package.readme.toc_title')"

0 commit comments

Comments
 (0)