fix(lists): focus lost when focusing buttons (#1591)
This commit is contained in:
parent
4b1b18768d
commit
4fc468539e
2 changed files with 10 additions and 6 deletions
|
@ -36,7 +36,11 @@ async function edit() {
|
|||
:to="getAccountRoute(account)"
|
||||
/>
|
||||
<div>
|
||||
<CommonTooltip :content="isRemoved ? $t('list.add_account') : $t('list.remove_account')" :hover="isRemoved ? 'text-green' : 'text-red'">
|
||||
<CommonTooltip
|
||||
:content="isRemoved ? $t('list.add_account') : $t('list.remove_account')"
|
||||
:hover="isRemoved ? 'text-green' : 'text-red'"
|
||||
no-auto-focus
|
||||
>
|
||||
<button
|
||||
text-sm p2 border-1 transition-colors
|
||||
border-dark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue