Merge remote-tracking branch 'origin/master'

This commit is contained in:
carson 2020-09-30 14:21:17 -06:00
commit 8c41879d74

View File

@ -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{