mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
fix(composer): Border appearing in inline composer
This commit is contained in:
parent
a903bbea7c
commit
336b9f2c76
1 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,6 @@
|
|||
z-index: 1;
|
||||
width: 100%;
|
||||
background: transparent;
|
||||
border-top:1px solid @border-color-divider;
|
||||
border-bottom: 0;
|
||||
|
||||
.composer-action-bar-content {
|
||||
|
@ -240,7 +239,7 @@ body.is-blurred .composer-inner-wrap .tokenizing-field .token {
|
|||
|
||||
.composer-action-bar-wrap {
|
||||
background: @background-secondary;
|
||||
border-bottom: 1px solid @border-color-divider;
|
||||
border-top:1px solid @border-color-divider;
|
||||
}
|
||||
|
||||
.compose-body {
|
||||
|
|
Loading…
Reference in a new issue