mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
cursor styles for mini editor
This commit is contained in:
@@ -12,6 +12,13 @@
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.editor.mini .cursor {
|
||||
background: #333;
|
||||
width: 2px;
|
||||
line-height: 20px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.editor .gutter .line-number {
|
||||
padding-right: 1.3em;
|
||||
min-width: 35px;
|
||||
|
||||
Reference in New Issue
Block a user