Skip to content

Commit 941af9f

Browse files
fix(ui): restore focus indicator for Select widget
1 parent 614d114 commit 941af9f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/edit_python_pe/styles.tcss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,16 @@ Input:focus, TextArea:focus {
311311
border: tall $info;
312312
}
313313

314-
Select, Select:focus {
314+
Select {
315315
border: none;
316316
outline: none;
317317
}
318318

319+
Select:focus {
320+
border: tall $info;
321+
outline: none;
322+
}
323+
319324
.label {
320325
text-align: left;
321326
width: 100%;

0 commit comments

Comments
 (0)