Skip to content

Commit 572497a

Browse files
committed
fix deprecation warning
1 parent dec3011 commit 572497a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/decoration.atom-text-editor.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@green-color: @syntax-color-added;
44
@blue-color: @syntax-color-renamed;
55

6-
atom-text-editor::shadow .gutter .line-number {
6+
atom-text-editor.editor .gutter .line-number {
77
&.line-number-green {
88
color: #fff;
99
background-color: @green-color;

0 commit comments

Comments
 (0)