adwaita: Use proper transform for spinners
This commit is contained in:
@@ -215,7 +215,7 @@ window.assistant {
|
||||
* Spinner Animation *
|
||||
*********************/
|
||||
@keyframes spin {
|
||||
to { -gtk-icon-transform: rotate(1turn); }
|
||||
to { transform: rotate(1turn); }
|
||||
}
|
||||
|
||||
spinner {
|
||||
|
||||
Reference in New Issue
Block a user