mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
a76f515569
The code wasn't checking if parsing an image failed and just returning success. Testcase from bug is attached. Fixes #4101
4 lines
83 B
CSS
4 lines
83 B
CSS
a {
|
|
background: cross-fade(8% -gtk-icontheme("system-run-symbolic"), image());
|
|
}
|