Highlight destination folder upon conversation DND
Further utilises partially enabled automatic DND. Fixes #422.
This commit is contained in:
parent
151d9aed86
commit
eb36fd5929
2 changed files with 10 additions and 21 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue