Remove borders from composer resizing grip

This commit is contained in:
Kane York 2015-08-21 11:15:04 -07:00
parent 6819c2d47c
commit aa0b2d74c1
1 changed files with 1 additions and 3 deletions

View File

@ -77,13 +77,11 @@ body {
.grippie {
width: 100%;
border: 1px solid;
border-right-width: 0;
border-left-width: 0;
cursor: row-resize;
height: 11px;
overflow: hidden;
display:block;
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
background: image-url("grippie.png") dark-light-diff($primary, $secondary, 90%, -60%) no-repeat center 3px;
}
}