Skip to content

style.css: Disable PhoshActivity's button transitions

Adwaita sets transition: all 200ms $ease-out-quad; for all GtkButtons. In our case, the transitions being animated are not visible at all, but they still cause redraws, which can be rather heavy when window thumbnails are involved.

Merge request reports