forked from CGM_Public/pretix_original
Improve List Sorting UI (#4215)
Improve product list UI (allow move between categories, more useful columns and links) and hide "move up/down" arrows in lists by default if drag-drop is available
This commit is contained in:
@@ -841,9 +841,21 @@ h1 .label {
|
||||
tbody[data-dnd-url] {
|
||||
transition: opacity 1s;
|
||||
}
|
||||
.table-items tbody + tbody {
|
||||
border-top-width: 1px;
|
||||
}
|
||||
.table-items tbody[data-dnd-url]:after {
|
||||
content:'';
|
||||
display: table-row;
|
||||
height: 0.5em;
|
||||
}
|
||||
.sortable-sorting tbody:not(.sortable-dragarea) {
|
||||
opacity: .4;
|
||||
}
|
||||
.font-normal {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
tbody th {
|
||||
background: $table-bg-hover;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user