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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user