mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Make both .cursor-line and .selection-line opaque
This commit is contained in:
@@ -92,8 +92,10 @@
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.editor .gutter .line-number.cursor-line {
|
||||
opacity: 1;
|
||||
.editor .gutter {
|
||||
.line-number.cursor-line, .line-number.selection-line {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.editor .gutter {
|
||||
|
||||
Reference in New Issue
Block a user