Avoid table column width jumping when table-actions have favorites

This commit is contained in:
Johannes Zellner
2025-10-07 17:34:21 +02:00
parent e31164140c
commit 22fe27da9c
2 changed files with 6 additions and 13 deletions
+5 -12
View File
@@ -235,20 +235,13 @@ a.pankow-breadcrumb-item {
justify-content: end;
}
.table-actions-hover {
display: none;
.pankow-table-row .pankow-table-cell .table-actions .pankow-button {
visibility: hidden;
}
.pankow-table-row:hover .pankow-table-cell .table-actions .table-actions-hover {
display: block;
}
.table-actions-no-hover {
display: block;
}
.pankow-table-row:hover .pankow-table-cell .table-actions .table-actions-no-hover {
display: none;
.pankow-table-row .pankow-table-cell .table-actions .pankow-button:last-of-type,
.pankow-table-row:hover .pankow-table-cell .table-actions .pankow-button {
visibility: visible;
}
/* info table label:value in Sections */