Feature: support sorting sidebar saved views (#4381)

This commit is contained in:
shamoon
2023-10-19 19:41:01 -07:00
committed by GitHub
parent 999ae678c2
commit 9880f9ebc7
18 changed files with 397 additions and 147 deletions

View File

@@ -169,6 +169,7 @@ main {
.nav-item {
position: relative;
list-style-type: none;
&:hover .close {
display: block;
@@ -310,3 +311,11 @@ main {
opacity: 100%;
}
}
.nav-item .position-absolute {
cursor: move;
}
::ng-deep .navItemDrag .position-absolute svg {
display: none;
}