Skip to content

Commit 957645b

Browse files
committed
Add a missing component class from OptionList's documentation
1 parent 6bc9501 commit 957645b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/widgets/_option_list.py

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ class OptionList(ScrollView, can_focus=True):
189189
"""
190190
| Class | Description |
191191
| :- | :- |
192+
| `option-list--option` | Target options that are not disabled, highlighted or have the mouse over them. |
192193
| `option-list--option-disabled` | Target disabled options. |
193194
| `option-list--option-highlighted` | Target the highlighted option. |
194195
| `option-list--option-hover` | Target an option that has the mouse over it. |

0 commit comments

Comments
 (0)