mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
Resolves #12821. GimpSpinButtons (CSS spinbutton class) did not inherit the hover colors of other buttons, so they did not highlight when hovered over. While comboboxes mostly did inherit, there were a few odd instances where they were not in the same hierarchy as other elements with hover colors defined. This patch defines both explicitly to prevent one-off issues.