Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 97a66eb

Browse files
committed
Minor edit
Added tick marks
1 parent 7edc2a8 commit 97a66eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/live-search/storefront-popover.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ The popover always displays the product `name` and `price`, and the selection of
3838
```
3939
### Container visibility
4040

41-
The parent component of the `.livesearch.popover-container` is `.search-autocomplete`. The `.active` class indicates the visibility of the container. The .active class is conditionally added when the popover is open and makes it easier to style.
42-
43-
Examples:
41+
The parent component of the `.livesearch.popover-container` is `.search-autocomplete`. The `.active` class indicates the visibility of the container. The `.active` class is conditionally added when the popover is open and makes it easier to style.
4442

4543
```css
4644
.search-autocomplete.active /* visible */

0 commit comments

Comments
 (0)