File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 6
6
7
7
atom- text- editor {
8
8
font-weight : 900 ;
9
- }
10
-
11
- atom- text- editor {
12
9
background-color : white ;
13
- }
10
+
11
+ .horizontal-scrollbar {
12
+ display : none ;
13
+ }
14
14
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
+ }
18
18
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
+ }
22
22
23
- atom - text - editor .scroll-view {
24
- margin-left : 1% ;
25
- }
23
+ .scroll-view {
24
+ margin-left : 1% ;
25
+ }
26
26
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
+ }
29
34
}
30
35
31
36
atom- text- editor[mini] {
You can’t perform that action at this time.
0 commit comments