mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
adwaita: Use proper transform for spinners
This commit is contained in:
parent
1e4dc90d62
commit
f49a02e5b5
@ -215,7 +215,7 @@ window.assistant {
|
||||
* Spinner Animation *
|
||||
*********************/
|
||||
@keyframes spin {
|
||||
to { -gtk-icon-transform: rotate(1turn); }
|
||||
to { transform: rotate(1turn); }
|
||||
}
|
||||
|
||||
spinner {
|
||||
|
Loading…
Reference in New Issue
Block a user