We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5e3d2 commit be8c8f4Copy full SHA for be8c8f4
docs/guide/CSS.md
@@ -342,6 +342,7 @@ Here are some other pseudo classes:
342
- `:blur` Matches widgets which *do not* have input focus.
343
- `:dark` Matches widgets in dark themes (where `App.theme.dark == True`).
344
- `:disabled` Matches widgets which are in a disabled state.
345
+- `:empty` Matches widgets which have no displayed children.
346
- `:enabled` Matches widgets which are in an enabled state.
347
- `:even` Matches a widget at an evenly numbered position within its siblings.
348
- `:first-child` Matches a widget that is the first amongst its siblings.
0 commit comments