Skip to content
Snippets Groups Projects

#3489354 Connect the "Publish" button with the entity update controller

Merged #3489354 Connect the "Publish" button with the entity update controller
2 unresolved threads
2 unresolved threads
Files
5
@@ -42,3 +42,20 @@
height: 100%;
}
}
.loading {
padding-right: 10px;
}
.loading::after {
position: absolute;
overflow: hidden;
width: 0;
content: "\2026";
animation: ellipsis steps(4, end) 900ms infinite;
}
@keyframes ellipsis {
to {
width: 1.25em;
}
}
Loading