[PR #5088] [MERGED] Fix the case sensitivity button in search on High Contrast #26100

Open
opened 2026-01-31 09:13:55 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5088
Author: @DHowett-MSFT
Created: 3/23/2020
Status: Merged
Merged: 3/23/2020
Merged by: @DHowett-MSFT

Base: masterHead: dev/duhowett/hc-search-2


📝 Commits (3)

  • abb9d77 Fix the case sensitivty button in search in HC
  • 2be9fe6 Merge branch 'master' into dev/duhowett/hc-search-2
  • 9fe8df7 and fix line endings

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 src/cascadia/TerminalControl/SearchBoxControl.xaml (+7 -1)

📄 Description

Because the Path inside the case sensitivity button is not text, it wasn't getting themed by the Xaml runtime's text style.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/5088 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 3/23/2020 **Status:** ✅ Merged **Merged:** 3/23/2020 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/duhowett/hc-search-2` --- ### 📝 Commits (3) - [`abb9d77`](https://github.com/microsoft/terminal/commit/abb9d7793f01ddc58efe4de2724fd762d3094710) Fix the case sensitivty button in search in HC - [`2be9fe6`](https://github.com/microsoft/terminal/commit/2be9fe6f2ea82309b2a5da61d202ed09ca184ca7) Merge branch 'master' into dev/duhowett/hc-search-2 - [`9fe8df7`](https://github.com/microsoft/terminal/commit/9fe8df7c6a8f04ee19bc700a98da4380b86731c2) and fix line endings ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/SearchBoxControl.xaml` (+7 -1) </details> ### 📄 Description Because the `Path` inside the case sensitivity button is not _text_, it wasn't getting themed by the Xaml runtime's text style. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:13:55 +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#26100