Remove borders from composer resizing grip
This commit is contained in:
parent
6819c2d47c
commit
aa0b2d74c1
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue