Remove all usage of old table action pattern
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user