mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #3293 from davep/undocument-optionlist-default-css
Remove the docstring for `OptionList.DEFAULT_CSS`
This commit is contained in:
@@ -245,7 +245,6 @@ class OptionList(ScrollView, can_focus=True):
|
||||
background: $accent 60%;
|
||||
}
|
||||
"""
|
||||
"""The default styling for an `OptionList`."""
|
||||
|
||||
highlighted: reactive[int | None] = reactive["int | None"](None)
|
||||
"""The index of the currently-highlighted option, or `None` if no option is highlighted."""
|
||||
|
||||
Reference in New Issue
Block a user