components: Rework Folder Popover

- Do not use tags for service providers not using this metaphor
- Do not show folders with a dedicated button: Trash, Archive, ...
- Do not show folders as an IMAP path but as a human readable path (>INBOX>Folder vs Boîte de reception/Folder)
This commit is contained in:
Cédric Bellegarde 2022-07-18 13:54:39 +02:00
parent 8348f2ef19
commit 864a3135e3
12 changed files with 230 additions and 36 deletions

View file

@ -68,12 +68,21 @@ revealer components-conversation-actions {
/* FolderPopover */
.geary-folder-popover-list {
border: 1px solid @borders;
border-radius: 3px;
padding: 0px;
}
row.geary-folder-popover-list-row {
padding: 6px;
border-color: @borders;
border-style: groove;
border-bottom-width: 1px;
border-bottom: 1px solid @borders;
}
row.geary-folder-popover-list-row:last-child {
border-bottom: none;
}
row.geary-folder-popover-list-row > label {
color: @theme_text_color;
}