Skip to content

Commit

Permalink
Fix htmx-indicator example (#2021)
Browse files Browse the repository at this point in the history
Update docs.md

Fix invalid class name (in style tag) of request indicator .
  • Loading branch information
isarojdahal authored Nov 22, 2023
1 parent 6630107 commit 9ef76a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/content/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,10 @@ you can create your own CSS transition like so:
.htmx-indicator{
display:none;
}
.htmx-request .my-indicator{
.htmx-request .htmx-indicator{
display:inline;
}
.htmx-request.my-indicator{
.htmx-request.htmx-indicator{
display:inline;
}
```
Expand Down

0 comments on commit 9ef76a0

Please sign in to comment.