mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove line highlight in dark syntax
When moving around and selecting things, the entire line looks selected and is super confusing. This leaves the line number highlighted, but not the line itself.
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
background-color: #444444;
|
||||
}
|
||||
|
||||
.line-number.cursor-line-no-selection,
|
||||
.line.cursor-line {
|
||||
.line-number.cursor-line-no-selection {
|
||||
background-color: rgba(255, 255, 255, 0.14);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user