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:
parent
a7c06a3fc5
commit
28e6b669f6
5 changed files with 71 additions and 280 deletions
10
ui/geary.css
10
ui/geary.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue