mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
Grid view support drag drop item to path (#6429)
* feature - drag and drop file to target path in grid view fix typo * update target path item background color when drag enter * fix bug - select-all checkbox is actived after the last item is moved to another path * fix bug - drag drop action conflict with multi-select by keyboard * remove console log * fix type error
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
}
|
||||
|
||||
.tree-node-drop {
|
||||
background-color: rgb(255, 239, 178);
|
||||
background-color: #FFEFB2;
|
||||
}
|
||||
|
||||
.tree-node-icon {
|
||||
@@ -282,6 +282,10 @@
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.dir-view-path .path-item-drop{
|
||||
background-color: #FFEFB2;
|
||||
}
|
||||
|
||||
.dir-view-path .path-split {
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user