Skip to content

Commit e40f95d

Browse files
committed
wording
1 parent 43befce commit e40f95d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/tutorial.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,9 @@ Some of the new styles have more than one selector separated by a space. The spa
352352
}
353353
```
354354

355-
The `.started` selector matches any widget with a `"started"` CSS class. While `#start` matches a child widget with an ID of `"start"`.
356-
When combined with a space, the the selector will match the start button *only* if it is inside a container with a CSS class of "started".
355+
The `.started` selector matches any widget with a `"started"` CSS class.
356+
While `#start` matches a child widget with an ID of `"start"`.
357+
Combining the two selectors with a space (`.started #start`) creates a new selector that will match the start button *only* if it is also inside a container with a CSS class of "started".
357358

358359
As before, the `display: none` rule will cause any matching widgets to be hidden from view.
359360

0 commit comments

Comments
 (0)