File tree Expand file tree Collapse file tree 2 files changed +13
-19
lines changed Expand file tree Collapse file tree 2 files changed +13
-19
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,20 @@ atom-text-editor[mini] {
11
11
transition :box- shadow 0.2s ease-in-out ;
12
12
min-height :24px ;
13
13
14
- & ,
15
- & .editor {
16
- .placeholder-text {
17
- color : @text-color-subtle ;
18
- }
19
- .selection .region {
20
- background-color : #ededed ;
21
- }
22
- .cursor {
23
- border-color : #222 ;
24
- border-width : 1px ;
25
- }
14
+ .placeholder-text {
15
+ color : @text-color-subtle ;
16
+ }
17
+
18
+ .selection .region {
19
+ background-color : #ededed ;
20
+ }
21
+
22
+ .cursor {
23
+ border-color : #222 ;
24
+ border-width : 1px ;
26
25
}
27
26
28
- & .is-focused ,
29
- & .is-focused.editor {
27
+ & .is-focused {
30
28
background-color : #fff ;
31
29
opacity :1 ;
32
30
outline :none ;
@@ -35,7 +33,7 @@ atom-text-editor[mini] {
35
33
border-radius : @component-border-radius ;
36
34
37
35
.selection .region {
38
- background-color : #B2D7FF ;
36
+ background-color : #B2D7FF !important ;
39
37
}
40
38
}
41
39
}
Original file line number Diff line number Diff line change 113
113
}
114
114
}
115
115
116
- div :empty {
117
- display :none ;
118
- }
119
-
120
116
.sub-section {
121
117
margin-top :@component-padding ;
122
118
clear :both ;
You can’t perform that action at this time.
0 commit comments