mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +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;
|
z-index: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-top:1px solid @border-color-divider;
|
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
||||||
.composer-action-bar-content {
|
.composer-action-bar-content {
|
||||||
|
@ -240,7 +239,7 @@ body.is-blurred .composer-inner-wrap .tokenizing-field .token {
|
||||||
|
|
||||||
.composer-action-bar-wrap {
|
.composer-action-bar-wrap {
|
||||||
background: @background-secondary;
|
background: @background-secondary;
|
||||||
border-bottom: 1px solid @border-color-divider;
|
border-top:1px solid @border-color-divider;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-body {
|
.compose-body {
|
||||||
|
|
Loading…
Reference in a new issue