mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Only highlight line and gutter row if editor is active
This commit is contained in:
committed by
Kevin Sawicki
parent
9361b0717c
commit
905ab5e736
@@ -29,11 +29,11 @@
|
||||
padding-right: 0.8em;
|
||||
}
|
||||
|
||||
.line-number.cursor-line-number {
|
||||
.editor.focused .line-number.cursor-line-number {
|
||||
color: rgba(255, 255, 255, .6);
|
||||
}
|
||||
|
||||
.line.cursor-line, .line-number.cursor-line-number-background {
|
||||
.editor.focused .line.cursor-line, .editor.focused .line-number.cursor-line-number-background {
|
||||
background-color: rgba(255, 255, 255, .12);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user