Prevent interaction until response from server is given

This commit is contained in:
ebolam
2022-10-19 16:06:20 -04:00
parent e9104d0676
commit 20119d55cf

View File

@@ -2508,6 +2508,7 @@ textarea {
.pulse {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
animation: pulse-white 2s infinite;
pointer-events: none;
}
@keyframes pulse-white {