Skip to content

Commit 4d19860

Browse files
committed
minor changes
1 parent 34c18c8 commit 4d19860

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

styles/editor.less

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,31 @@
66

77
atom-text-editor {
88
font-weight: 900;
9-
}
10-
11-
atom-text-editor {
129
background-color: white;
13-
}
10+
11+
.horizontal-scrollbar {
12+
display: none;
13+
}
1414

15-
atom-text-editor .gutter .line-number.cursor-line {
16-
color: @pydle-line-number-color;
17-
}
15+
.gutter .line-number.cursor-line {
16+
color: @pydle-line-number-color;
17+
}
1818

19-
atom-text-editor .gutter-container {
20-
border-right: 1px @pydle-line-number-color solid;
21-
}
19+
.gutter-container {
20+
border-right: 1px @pydle-line-number-color solid;
21+
}
2222

23-
atom-text-editor .scroll-view {
24-
margin-left: 1%;
25-
}
23+
.scroll-view {
24+
margin-left: 1%;
25+
}
2626

27-
atom-text-editor .line-number .icon-right {
28-
display: none;
27+
.line-number {
28+
padding: 0px;
29+
}
30+
31+
.line-number .icon-right {
32+
display: none;
33+
}
2934
}
3035

3136
atom-text-editor[mini] {

0 commit comments

Comments
 (0)