Replace goto-grid button with clickable grid cell label in component detail

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 01:29:08 +00:00
parent d489c1e306
commit 08b8e2dd4d
3 changed files with 13 additions and 5 deletions

View File

@@ -643,6 +643,15 @@ nav {
.type-pill.type-bom { background: var(--badge-bom-bg); color: var(--badge-bom-text); }
.type-pill.type-digital { background: var(--badge-digital-bg); color: var(--badge-digital-text); }
.detail-inv-ref-link {
cursor: pointer;
color: var(--accent);
}
.detail-inv-ref-link:hover {
text-decoration: underline;
}
.inv-component-link {
cursor: pointer;
color: var(--accent);