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:
@@ -10,7 +10,7 @@ You can change the background color using the following CSS:
|
||||
|
||||
```css
|
||||
.editor.focused .line.cursor-line,
|
||||
.editor.focused .line-number.cursor-line-number-background {
|
||||
.editor.focused .line-number.cursor-line {
|
||||
background-color: green;
|
||||
}
|
||||
```
|
||||
@@ -18,7 +18,7 @@ You can change the background color using the following CSS:
|
||||
You can change the line number foreground color using the following CSS:
|
||||
|
||||
```css
|
||||
.editor.focused .line-number.cursor-line-number {
|
||||
.editor.focused .line-number.cursor-line {
|
||||
color: blue;
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user