mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
making the line highlight alpha transparent.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
.editor.focused .line-number.cursor-line-no-selection, .editor.focused .line.cursor-line {
|
||||
background-color: rgb(255, 255, 204);
|
||||
background-color: rgba(255, 255, 134, 0.34);
|
||||
}
|
||||
|
||||
.comment {
|
||||
|
||||
Reference in New Issue
Block a user