From 3a84e78018c51e237c1e07e4ea49b822e46bb107 Mon Sep 17 00:00:00 2001 From: Jamie Cansdale Date: Tue, 26 Mar 2019 13:03:39 +0000 Subject: [PATCH] Use VS theme colors for AutoCompleteBox --- .../Assets/Controls/AutoCompleteBox.xaml | 91 +++++++++---------- .../Views/AutoCompleteSuggestionView.xaml | 4 +- 2 files changed, 43 insertions(+), 52 deletions(-) diff --git a/src/GitHub.UI/Assets/Controls/AutoCompleteBox.xaml b/src/GitHub.UI/Assets/Controls/AutoCompleteBox.xaml index 2283b4b9a1..6d10b00ade 100644 --- a/src/GitHub.UI/Assets/Controls/AutoCompleteBox.xaml +++ b/src/GitHub.UI/Assets/Controls/AutoCompleteBox.xaml @@ -9,6 +9,7 @@ xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:vs="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.14.0" xmlns:ui="clr-namespace:GitHub.UI"> @@ -59,62 +60,51 @@ - + + + + + + -