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"
|
id="tab-mnemonic"
|
||||||
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-fg font-bold"
|
class="px-2 py-1 cursor-pointer text-xs border-b-2 border-fg font-bold"
|
||||||
>
|
>
|
||||||
From Phrase
|
From Recovery Phrase
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
id="tab-privkey"
|
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>
|
||||||
<button
|
<button
|
||||||
id="tab-xprv"
|
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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user