mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
I believe that these changes (part of #42529) were likely made in error. Servo button controls do not follow the system theme, so system colors should not be used. These changes degraded the look of the buttons, so this change reverts to the previous state. ### Before (with unintended change): <img width="520" height="115" alt="Screenshot 2026-03-09 at 08 47 15" src="https://github.com/user-attachments/assets/cff5fc1a-bfd0-4785-8326-91e735390176" /> ### After (restored style): <img width="499" height="113" alt="Screenshot 2026-03-09 at 08 46 02" src="https://github.com/user-attachments/assets/99660c7f-9eb6-4ee8-905e-f7a594bd363d" /> Testing: These changes are really only testable via the manual test `tests/html/form-control-visuals.html`. Signed-off-by: Martin Robinson <mrobinson@igalia.com>