Remove all usage of old table action pattern

This commit is contained in:
Johannes Zellner
2025-08-18 19:12:38 +02:00
parent faef230d85
commit 42945e1b42
6 changed files with 107 additions and 53 deletions

View File

@@ -128,27 +128,6 @@ a.pankow-breadcrumb-item {
width: min(600px, 95%);
}
.table-actions {
display: flex;
justify-content: end;
gap: 6px;
/* those margins will give table rows in Pankow TableViews some more space */
margin-top: 4px;
margin-bottom: 4px;
text-align: right;
visibility: hidden;
}
@media (hover: none) {
tr .table-actions {
visibility: visible;
}
}
tr:hover .table-actions {
visibility: visible;
}
/* status classes for circle indicators */
.status-active {
color: #27CE65;