fix(composer): Border appearing in inline composer

This commit is contained in:
Ben Gotow 2015-06-08 17:27:09 -07:00
parent 53cf64000a
commit 81eb565e7d

View file

@ -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 {