mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix cursor line highlight style
This commit is contained in:
@@ -29,8 +29,11 @@
|
||||
padding-right: 0.8em;
|
||||
}
|
||||
|
||||
.editor.focused .line-number.cursor-line-number {
|
||||
.editor.focused .line-number.cursor-line {
|
||||
color: rgba(255, 255, 255, .6);
|
||||
}
|
||||
|
||||
.editor.focused .cursor-line {
|
||||
background-color: rgba(255, 255, 255, .12);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user