Resizer styles
This commit is contained in:
@@ -167,7 +167,7 @@ class ModelManager {
|
|||||||
if(json_obj.deleted == true || unknownContentType) {
|
if(json_obj.deleted == true || unknownContentType) {
|
||||||
if(json_obj.deleted && json_obj.dirty) {
|
if(json_obj.deleted && json_obj.dirty) {
|
||||||
// Item was marked as deleted but not yet synced
|
// Item was marked as deleted but not yet synced
|
||||||
// We need to create this item as usual, but just not add it to indivudal arrays
|
// We need to create this item as usual, but just not add it to individual arrays
|
||||||
// i.e add to this.items but not this.notes (so that it can be retrieved with getDirtyItems)
|
// i.e add to this.items but not this.notes (so that it can be retrieved with getDirtyItems)
|
||||||
isDirtyItemPendingDelete = true;
|
isDirtyItemPendingDelete = true;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -87,12 +87,15 @@ $footer-height: 32px;
|
|||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
width: 8px;
|
width: 6px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
cursor: col-resize;
|
cursor: col-resize;
|
||||||
background-color: rgb(224, 224, 224);
|
background-color: rgba(black, 0.05);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
border: 1px dashed rgba($blue-color, 0.15);
|
||||||
|
border-top: none;
|
||||||
|
border-bottom: none;
|
||||||
|
|
||||||
&.left {
|
&.left {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user