Skip to content

theme: Use 0.5 opacity for disabled pictures

Marco Trevisan requested to merge 3v1n0/gtk:disabled-picture-opacity-fix into main

If a GtkImage is using an icon we use a gtk-icon-filter to se the icon opacity when in insensitive state, however when using other kinds of pictures we do not apply the same style leading to an inconsistent result.

Closes: #5683 (closed)

Merge request reports