fix: enforce UI policies on transaction detail view (closes #59) #62

Merged
sneak merged 6 commits from fix/59-transaction-view-ui-policies into main 2026-02-28 20:30:44 +01:00
Showing only changes of commit 93565c7196 - Show all commits

View File

@@ -40,7 +40,7 @@ function blockieHtml(address) {
function etherscanLinkHtml(url) {
return (
`<a href="${url}" target="_blank" rel="noopener" ` +
`class="inline-flex items-center border border-border px-1 hover:bg-fg hover:text-bg cursor-pointer"` +
`class="inline-flex items-center"` +
`>${EXT_ICON}</a>`
);
}