Highlight destination folder upon conversation DND

Further utilises partially enabled automatic DND. Fixes #422.
This commit is contained in:
Chris Heywood 2019-11-28 11:33:28 +01:00
parent 151d9aed86
commit eb36fd5929
2 changed files with 10 additions and 21 deletions

View file

@ -325,3 +325,12 @@ popover.geary-editor > grid {
popover.geary-editor > grid > button.geary-setting-remove {
margin-top: 12px;
}
/* FolderList.Tree */
treeview.sidebar:drop(active).after,
treeview.sidebar:drop(active).before,
treeview.sidebar:drop(active).into {
border-top-style: solid;
border-bottom-style: solid;
}