Skip to content

Commit cbb951a

Browse files
authored
fix(styles): restore address-highlight hover rule via Tailwind utilities (#1099)
1 parent 9509843 commit cbb951a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

app/styles/styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,13 @@ tr {
386386
}
387387
}
388388

389+
/* toggled imperatively in Address.tsx to highlight identical addresses on hover */
390+
@layer components {
391+
.address-highlight {
392+
@apply box-border rounded outline outline-1 outline-dashed outline-dk-primary-dark;
393+
}
394+
}
395+
389396
/* ported as is from _solana.scss; styles the chart.js external tooltip
390397
built at runtime in LiveTransactionStatsCard (#chartjs-tooltip) */
391398
@layer components {

0 commit comments

Comments
 (0)