mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +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{
|
.htmx-indicator{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
.htmx-request .my-indicator{
|
.htmx-request .htmx-indicator{
|
||||||
display:inline;
|
display:inline;
|
||||||
}
|
}
|
||||||
.htmx-request.my-indicator{
|
.htmx-request.htmx-indicator{
|
||||||
display:inline;
|
display:inline;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user