mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Making shure that invisibles always look the same. fixes #279
This commit is contained in:
@@ -82,6 +82,8 @@
|
||||
|
||||
.editor .invisible {
|
||||
opacity: 0.2;
|
||||
font-weight: normal !important;
|
||||
font-style: normal !important;
|
||||
}
|
||||
|
||||
.editor .vertical-scrollbar {
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
color: #c5c8c6;
|
||||
}
|
||||
|
||||
.editor .invisible {
|
||||
color: #c5c8c6 !important;
|
||||
}
|
||||
|
||||
.editor .cursor {
|
||||
border-color: #FFFFFF;
|
||||
}
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.editor .invisible {
|
||||
color: #555 !important;
|
||||
}
|
||||
|
||||
.editor.is-focused .cursor {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user