mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Add padding to gutter numbers instead of entire gutter
This commit is contained in:
committed by
Kevin Sawicki
parent
e15694bb41
commit
6b835920bf
@@ -16,8 +16,6 @@
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
padding-left: 0.4em;
|
||||
padding-right: 0.8em;
|
||||
color: rgba(255, 255, 255, .3);
|
||||
text-align: right;
|
||||
}
|
||||
@@ -26,6 +24,11 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.editor .gutter .line-number {
|
||||
padding-left: 0.4em;
|
||||
padding-right: 0.8em;
|
||||
}
|
||||
|
||||
.line-number.cursor-line-number {
|
||||
color: rgba(255, 255, 255, .6);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user