mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Adding contrast to gutter numbers fixes #161
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
min-width: 35px;
|
||||
box-sizing: border-box;
|
||||
text-align: right;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.editor .gutter .line-number.cursor-line {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.editor .gutter.drop-shadow {
|
||||
|
||||
@@ -11,6 +11,11 @@
|
||||
min-width: 35px;
|
||||
box-sizing: border-box;
|
||||
text-align: right;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.editor .gutter .line-number.cursor-line {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.editor .gutter.drop-shadow {
|
||||
|
||||
Reference in New Issue
Block a user