Skip to content

Commit a6d6d4c

Browse files
committed
remove commented code
1 parent 72d2623 commit a6d6d4c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/textual/widgets/_select.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,7 @@ class Select(Generic[SelectType], Vertical, can_focus=True):
295295
& > SelectCurrent {
296296
padding: 0 1 0 0;
297297
border: none !important;
298-
}
299-
# & > SelectOverlay {
300-
# padding: 0;
301-
# border: none !important;
302-
# }
298+
}
303299
}
304300
305301
.up-arrow {

0 commit comments

Comments
 (0)