mirror of
https://github.com/atom/atom.git
synced 2026-02-09 22:24:59 -05:00
Render hidden input and handle focus and blur
This commit is contained in:
committed by
Antonio Scandurra
parent
9487c1cd00
commit
c52d66377f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user