Render hidden input and handle focus and blur

This commit is contained in:
Nathan Sobo
2017-02-27 16:34:41 -07:00
committed by Antonio Scandurra
parent 9487c1cd00
commit c52d66377f
3 changed files with 186 additions and 51 deletions

View File

@@ -146,17 +146,6 @@ atom-text-editor {
box-shadow: inset 1px 0;
}
.hidden-input {
padding: 0;
border: 0;
position: absolute;
z-index: -1;
top: 0;
left: 0;
opacity: 0;
width: 1px;
}
.cursor {
z-index: 4;
pointer-events: none;