Skip to content

Adwaita: Avoid directly coloring labels wherever possible (GTK3)

nana-4 requested to merge nana-4/gtk:dont-color-labels-directly-gtk3 into gtk-3-24

Directly coloring labels can create a lot of unintended behaviors. Unfortunately we can't avoid directly coloring label:disabled because it can be used individually. This, however, tries to inherit color from the parent element of labels wherever possible.

Fixes #1643 (closed)

Merge request reports