mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Highlight foreground of selected line numbers
Previously no gutter highlight was displayed unless the selection was empty. Now there is a separate CSS class for no selection that changes the background color independently from the foreground color.
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
color: rgba(255, 255, 255, .6);
|
||||
}
|
||||
|
||||
.editor.focused .cursor-line {
|
||||
.editor.focused .line-number.cursor-line-no-selection,
|
||||
.editor.focused .line.cursor-line {
|
||||
background-color: rgba(255, 255, 255, .12);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user