File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -192,9 +192,8 @@ class Input(ScrollView):
192
192
}
193
193
194
194
&:focus {
195
- border: tall $border;
195
+ border: tall $border;
196
196
background-tint: $foreground 5%;
197
-
198
197
}
199
198
&>.input--cursor {
200
199
background: $input-cursor-background;
@@ -212,12 +211,12 @@ class Input(ScrollView):
212
211
}
213
212
&.-invalid:focus {
214
213
border: tall $error;
215
- }
214
+ }
216
215
217
216
&:ansi {
218
217
background: ansi_default;
219
218
color: ansi_default;
220
- &>.input--cursor {
219
+ &>.input--cursor {
221
220
text-style: reverse;
222
221
}
223
222
&>.input--placeholder, &>.input--suggestion {
@@ -229,8 +228,7 @@ class Input(ScrollView):
229
228
}
230
229
&.-invalid:focus {
231
230
border: tall ansi_red;
232
- }
233
-
231
+ }
234
232
}
235
233
}
236
234
You can’t perform that action at this time.
0 commit comments