Remove unused address link styling

This commit is contained in:
2026-07-21 13:19:20 +02:00
parent 3ec4b3c4ad
commit 5ff154bc64

View File

@@ -621,21 +621,6 @@
font-weight: 700; font-weight: 700;
} }
.link-button {
background: transparent;
border: 0;
color: var(--text-strong);
cursor: pointer;
font: inherit;
padding: 0;
text-align: left;
}
.link-button:hover {
color: var(--accent);
text-decoration: underline;
}
.is-selected-row { .is-selected-row {
background: var(--panel-soft); background: var(--panel-soft);
} }