From 06433078240276189bbfcd767c4c3a84052e7d22 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 26 Feb 2026 03:41:43 +0700 Subject: [PATCH] Style [select] indicator as bracket-wrapped with dashed underline --- src/popup/views/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/views/home.js b/src/popup/views/home.js index a357a6e..02db69a 100644 --- a/src/popup/views/home.js +++ b/src/popup/views/home.js @@ -44,7 +44,7 @@ function render(ctx) { const isActive = state.activeAddress === addr.address; const activeHtml = isActive ? `ACTIVE` - : `select`; + : `[select]`; html += `
Address ${wi + 1}.${ai + 1}${activeHtml}
`; const dot = addressDotHtml(addr.address); if (addr.ensName) {