mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add initial support for line highlighting
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
color: rgba(255, 255, 255, .6);
|
||||
}
|
||||
|
||||
.line.cursor-line, .line-number.cursor-line-number {
|
||||
background-color: rgba(255, 255, 255, .12);
|
||||
}
|
||||
|
||||
.editor.mini .gutter {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user