Skip to content

Backport "css: Don't transition to currentColor" to gtk-4-10

Luca Bacci requested to merge lb90/gtk:backport-css-fix-to-gtk-4-10 into gtk-4-10

Transition to the color that is in use instead.

Fixes crashes because currentColor is not an RGBA color and therefor could not be queried later.

Fixes #5798 (closed)


Trivial backport of commit f8416213 to gtk-4-10

Merge request reports