Merge pull request #3293 from davep/undocument-optionlist-default-css

Remove the docstring for `OptionList.DEFAULT_CSS`
This commit is contained in:
Dave Pearson
2023-09-13 17:08:31 +01:00
committed by GitHub

View File

@@ -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."""