fix: use full tab labels and add hover border for tab affordance
- 'From Phrase' → 'From Recovery Phrase' - 'From Key' → 'From Private Key' - 'From xprv' → 'From Extended Key' - Add hover:border-fg to inactive tabs for visible hover affordance
This commit is contained in:
@@ -66,19 +66,19 @@
|
||||
id="tab-mnemonic"
|
||||
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-fg font-bold"
|
||||
>
|
||||
From Phrase
|
||||
From Recovery Phrase
|
||||
</button>
|
||||
<button
|
||||
id="tab-privkey"
|
||||
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-transparent text-muted hover:text-fg"
|
||||
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-transparent text-muted hover:text-fg hover:border-fg"
|
||||
>
|
||||
From Key
|
||||
From Private Key
|
||||
</button>
|
||||
<button
|
||||
id="tab-xprv"
|
||||
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-transparent text-muted hover:text-fg"
|
||||
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-transparent text-muted hover:text-fg hover:border-fg"
|
||||
>
|
||||
From xprv
|
||||
From Extended Key
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user