Finalize network view move to vue

This commit is contained in:
Johannes Zellner
2025-01-23 16:19:23 +01:00
parent fa3bdb5464
commit 5ea4c90292
6 changed files with 539 additions and 159 deletions

View File

@@ -150,4 +150,12 @@ tr:hover .table-actions {
text-overflow: ellipsis;
overflow: hidden;
text-wrap: nowrap;
}
}
.actionable {
cursor: pointer;
}
.actionable:hover {
color: var(--pankow-color-primary);
}