Skip to content

Commit be8c8f4

Browse files
committed
empty doc
1 parent ae5e3d2 commit be8c8f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guide/CSS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ Here are some other pseudo classes:
342342
- `:blur` Matches widgets which *do not* have input focus.
343343
- `:dark` Matches widgets in dark themes (where `App.theme.dark == True`).
344344
- `:disabled` Matches widgets which are in a disabled state.
345+
- `:empty` Matches widgets which have no displayed children.
345346
- `:enabled` Matches widgets which are in an enabled state.
346347
- `:even` Matches a widget at an evenly numbered position within its siblings.
347348
- `:first-child` Matches a widget that is the first amongst its siblings.

0 commit comments

Comments
 (0)