[#2445] added support for multiple files sort in the Admin UI

This commit is contained in:
Gani Georgiev
2023-05-17 22:41:42 +03:00
parent 24ab233376
commit 04e0ad9b21
37 changed files with 380 additions and 318 deletions
+9
View File
@@ -1112,6 +1112,8 @@ select {
.list-item {
border-top: 1px solid var(--baseAlt2Color);
&:hover,
&:focus,
&:focus-within,
&:focus-visible,
&:active {
background: none;
@@ -1128,6 +1130,13 @@ select {
background: var(--baseAlt3Color);
}
}
&.dragging {
z-index: 9;
box-shadow: inset 0 0 0 1px var(--baseAlt3Color);
}
&.dragover {
background: var(--baseAlt2Color);
}
}
}
&:focus-within {