mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 13:31:06 +00:00
Fix htmx-indicator example (#2021)
Update docs.md Fix invalid class name (in style tag) of request indicator .
This commit is contained in:
parent
6630107ec2
commit
9ef76a0935
@ -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;
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user