mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-29 03:17:47 +08:00
fix(composer): Border appearing in inline composer
This commit is contained in:
parent
53cf64000a
commit
81eb565e7d
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