We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9509843 commit cbb951aCopy full SHA for cbb951a
1 file changed
app/styles/styles.css
@@ -386,6 +386,13 @@ tr {
386
}
387
388
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
+
396
/* ported as is from _solana.scss; styles the chart.js external tooltip
397
built at runtime in LiveTransactionStatsCard (#chartjs-tooltip) */
398
@layer components {
0 commit comments