mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Sort the list of component classes in the docstring
This commit is contained in:
@@ -36,8 +36,8 @@ class ToggleButton(Static, can_focus=True):
|
||||
"""
|
||||
| Class | Description |
|
||||
| :- | :- |
|
||||
| `toggle--label` | Targets the text label of the toggle button. |
|
||||
| `toggle--button` | Targets toggle button itself. |
|
||||
| `toggle--label` | Targets the text label of the toggle button. |
|
||||
"""
|
||||
|
||||
DEFAULT_CSS = """
|
||||
|
||||
Reference in New Issue
Block a user