adwaita: Use proper transform for spinners

This commit is contained in:
Timm Bäder 2020-06-06 15:38:53 +02:00
parent 1e4dc90d62
commit f49a02e5b5

View File

@ -215,7 +215,7 @@ window.assistant {
* Spinner Animation *
*********************/
@keyframes spin {
to { -gtk-icon-transform: rotate(1turn); }
to { transform: rotate(1turn); }
}
spinner {