mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web: add "will-change: transform" to all spinners cuz safari is weird
This commit is contained in:
parent
4af3595344
commit
af8cbb1093
@ -279,6 +279,7 @@
|
|||||||
|
|
||||||
.status-spinner :global(svg) {
|
.status-spinner :global(svg) {
|
||||||
animation: spinner 0.7s infinite linear;
|
animation: spinner 0.7s infinite linear;
|
||||||
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-actions {
|
.file-actions {
|
||||||
|
@ -121,6 +121,7 @@
|
|||||||
|
|
||||||
#progress-ring.indeterminate {
|
#progress-ring.indeterminate {
|
||||||
animation: spinner 3s linear infinite;
|
animation: spinner 3s linear infinite;
|
||||||
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
#progress-ring.indeterminate circle {
|
#progress-ring.indeterminate circle {
|
||||||
|
@ -80,10 +80,12 @@
|
|||||||
|
|
||||||
.spinner-icon.animated :global(svg) {
|
.spinner-icon.animated :global(svg) {
|
||||||
animation: spinner 0.7s infinite linear;
|
animation: spinner 0.7s infinite linear;
|
||||||
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading .link-icon :global(svg) {
|
.loading .link-icon :global(svg) {
|
||||||
animation: spinner 0.7s linear;
|
animation: spinner 0.7s linear;
|
||||||
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading .link-icon {
|
.loading .link-icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user