[#2445] added support for multiple files sort in the Admin UI
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user