File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const showModal = () => modalRef.value?.showModal?.()
2525 </LinkBase >
2626 <button
2727 type =" button"
28- class =" group cursor-pointer gap-x-1 items-center rounded-sm font-mono text-fg hover:decoration-accent outline-transparent active:scale-[0.98] underline underline-offset-[0.2rem] decoration-1 decoration-fg/30 outline-2 outline-transparent focus-visible:(outline-offset-2 outline-accent text-accent) transition-colors duration-200"
28+ class =" group cursor-pointer gap-x-1 items-center rounded-sm font-mono text-fg hover:decoration-accent active:scale-[0.98] underline underline-offset-[0.2rem] decoration-1 decoration-fg/30 outline-2 outline-transparent focus-visible:(outline-offset-2 outline-accent text-accent) transition-colors duration-200"
2929 @click.prevent =" showModal"
3030 aria-haspopup =" dialog"
3131 >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const props = defineProps<{
77<template >
88 <component
99 :is =" props.as || 'div'"
10- class =" inline-flex items-stretch [& >*:not(:first-child)]:(-ml -px rounded-is-none) [& >*:not(:last-child)]:rounded-ie-none [& >*:focus-visible]:(relative z-40)"
10+ class =" inline-flex items-stretch [& >*:not(:first-child)]:(-ms -px rounded-is-none) [& >*:not(:last-child)]:rounded-ie-none [& >*:focus-visible]:(relative z-40)"
1111 >
1212 <slot />
1313 </component >
Original file line number Diff line number Diff line change 11<template >
22 <div class =" relative flex min-w-28 justify-end" >
33 <div
4- class =" inline-flex gap-x-1 items-center justify-center font-mono border border-border rounded-md text-sm px-4 py-2 bg-transparent text-fg border border-border "
4+ class =" inline-flex gap-x-1 items-center justify-center font-mono border border-border rounded-md text-sm px-4 py-2 bg-transparent text-fg"
55 >
66 <span class =" font-sans text-sm text-fg-muted" >{{ $t('account_menu.connect') }}</span >
77 <span class =" i-carbon-chevron-down w-3 h-3 text-fg-muted" aria-hidden =" true" />
You can’t perform that action at this time.
0 commit comments