[PR #13871] Fixes the color of the dropdown arrow in weird themes #29804

Closed
opened 2026-01-31 09:36:58 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/13871

State: closed
Merged: Yes


See also:
33732458ed/dev/SplitButton/SplitButton.xaml (L290-L293)

We need to

  • Also set SplitButtonForegroundSecondary cause SplitButton's use that resource separately from the Foreground() property
  • Manually trigger the visual state change, to refresh the brushes. We do something similar in TabBase

This is one of the bullet points in #13725

**Original Pull Request:** https://github.com/microsoft/terminal/pull/13871 **State:** closed **Merged:** Yes --- See also: https://github.com/microsoft/microsoft-ui-xaml/blob/33732458ede38166f9127675898e4760c82b89bb/dev/SplitButton/SplitButton.xaml#L290-L293 We need to * Also set `SplitButtonForegroundSecondary` cause SplitButton's use that resource separately from the `Foreground()` property * Manually trigger the visual state change, to refresh the brushes. We do something similar in TabBase This is one of the bullet points in #13725
claunia added the pull-request label 2026-01-31 09:36:58 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29804