Skip to content

Commit

Permalink
Remove concept code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Mar 17, 2019
1 parent dc2b1e7 commit f844feb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
2 changes: 0 additions & 2 deletions packages/webiny-app-cms/src/editor/components/Element.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ const Element = pure(
</Draggable>
{plugin.render({ element })}
</div>
<div className="add-element add-element--above">+</div>
<div className="add-element add-element--below">+</div>
</ElementContainer>
)}
</Transition>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,31 +111,6 @@ export const ElementContainer = pure(
backgroundColor: color
}
}
},
">.add-element": {
position: "absolute",
left: "50%",
backgroundColor: color,
color: "white",
width: "22px",
height: "22px",
borderRadius: "50%",
display: active || highlight ? "flex" : "none",
justifyContent: "center",
alignItems: "center",
transform: "scale(0.5)",
cursor: "pointer",
zIndex: 15,
transition: "transform 0.2s",
"&--above": {
top: -12
},
"&--below": {
bottom: -10
},
"&:hover": {
transform: "scale(1)"
}
}
};
})
Expand Down

0 comments on commit f844feb

Please sign in to comment.