mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8c41879d74
@ -43,7 +43,7 @@ If you would prefer a different effect for showing the spinner you could define
|
|||||||
CSS. Here is an example that uses `display` rather than opacity:
|
CSS. Here is an example that uses `display` rather than opacity:
|
||||||
|
|
||||||
```css
|
```css
|
||||||
.htmx-indicator{
|
.my-indicator{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
.htmx-request .my-indicator{
|
.htmx-request .my-indicator{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user