mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
e9e557a353
Seems these were not kept up-to-date with the recent CSS parser changes.
7 lines
123 B
CSS
7 lines
123 B
CSS
* {
|
|
transition-delay: 0;
|
|
transition-duration: 1s;
|
|
transition-property: loop;
|
|
transition-timing-function: linear;
|
|
}
|