mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove the docstring for OptionList.DEFAULT_CSS
We really don't need to document anything like this, I'll have done it by habit, and having it there pulls it into the docs which then pollutes the search results if someone is searching for what DEFAULT_CSS is all about.
This commit is contained in:
@@ -245,7 +245,6 @@ class OptionList(ScrollView, can_focus=True):
|
|||||||
background: $accent 60%;
|
background: $accent 60%;
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
"""The default styling for an `OptionList`."""
|
|
||||||
|
|
||||||
highlighted: reactive[int | None] = reactive["int | None"](None)
|
highlighted: reactive[int | None] = reactive["int | None"](None)
|
||||||
"""The index of the currently-highlighted option, or `None` if no option is highlighted."""
|
"""The index of the currently-highlighted option, or `None` if no option is highlighted."""
|
||||||
|
|||||||
Reference in New Issue
Block a user