vegaprotocol/vegawallet-ui

Remove wallet button not visible but clickable

radoslaw-szpiech opened this issue · 1 comments

Description

There is remove wallet button available on wallet details view, but styling make it invisible. In result we cannot see the button, but we can easily interact with it.

<button type="button" data-testid="remove-wallet" class="text-white bg-transparent p-0 border-0 underline appearance-none cursor-pointer grow basis-0 no-underline">
<svg class="inline-block fill-current fill-transparent w-[16px]" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path ...
</path></svg></button>

image
image

not sure if this ticket is still relevant, as things changed recently. will close this, @radoslaw-szpiech , please feel free to reopen if it is still an issue, and add some description on how to reproduce it (platform, etc), for me it shows correctly.

Image