File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -343,10 +343,12 @@ Here are some other pseudo classes:
343
343
- ` :disabled ` Matches widgets which are in a disabled state.
344
344
- ` :enabled ` Matches widgets which are in an enabled state.
345
345
- ` :even ` Matches a widget at an evenly numbered position within its siblings.
346
+ - ` :first-child ` Matches a widget that is the first amongst its siblings.
346
347
- ` :first-of-type ` Matches a widget that is the first of its type amongst its siblings.
347
348
- ` :focus-within ` Matches widgets with a focused child widget.
348
349
- ` :focus ` Matches widgets which have input focus.
349
350
- ` :inline ` Matches widgets when the app is running in inline mode.
351
+ - ` :last-child ` Matches a widget that is the last amongst its siblings.
350
352
- ` :last-of-type ` Matches a widget that is the last of its type amongst its siblings.
351
353
- ` :light ` Matches widgets in light themes (where ` App.theme.dark == False ` ).
352
354
- ` :odd ` Matches a widget at an oddly numbered position within its siblings.
You can’t perform that action at this time.
0 commit comments