ConversationMessage: Convert to use InfoBarStack

Remove stock infobars from ConversationEmail and ConversationMessage
builder files. Use common ComponentsInfobar for remote image loading
infobar. Use Components.InfoBarStack in ConversationMessage for plugin
support.
This commit is contained in:
Michael Gratton 2020-03-22 17:12:57 +11:00 committed by Michael James Gratton
parent a7c06a3fc5
commit 28e6b669f6
5 changed files with 71 additions and 280 deletions

View file

@ -45,10 +45,8 @@
border-right: 0;
}
/* MainWindowInfoBarSet */
.geary-info-bar-frame > border {
border-top-width: 0;
.geary-info-bar-stack > border {
border-width: 0;
border-left-width: 0;
border-right-width: 0;
}
@ -112,6 +110,10 @@ row.geary-folder-popover-list-row > label {
/* ConversationMessage */
.geary-message infobar box {
border-width: 0;
}
grid.geary-message-summary {
border-top: 4px solid transparent;
padding: 12px;