mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Fix mini-editor appearance by clearing styles on hidden input.
This commit is contained in:
committed by
Nathan Sobo
parent
8f0bffc589
commit
d95016307a
@@ -162,6 +162,8 @@
|
||||
}
|
||||
|
||||
.editor .hidden-input {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user