summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2017-10-18 16:53:56 -0600
committerRui Marinho <me@ruimarinho.net>2017-10-18 23:55:29 +0100
commit32e739891f120e164b4b837fb984e5db8105ab01 (patch)
treece786f8ab29d8e5dc877dea6fc71c541a8ab6ff4 /Xamarin.Forms.Platform.UAP
parent90c2f228f1e3371783bac1e3ad12b42d94970b40 (diff)
downloadxamarin-forms-32e739891f120e164b4b837fb984e5db8105ab01.tar.gz
xamarin-forms-32e739891f120e164b4b837fb984e5db8105ab01.tar.bz2
xamarin-forms-32e739891f120e164b4b837fb984e5db8105ab01.zip
Stop forcing FormsTextBox content to ForegroundFocusBrush on UWP (#1206)
Diffstat (limited to 'Xamarin.Forms.Platform.UAP')
-rw-r--r--Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml
index 0e147d7f..0003a813 100644
--- a/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml
+++ b/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml
@@ -178,7 +178,7 @@
Foreground="{ThemeResource SystemControlForegroundBaseHighBrush}" FontWeight="Normal"
Margin="0,0,0,8" Grid.Row="0" Visibility="Collapsed" x:DeferLoadStrategy="Lazy" />
<ScrollViewer x:Name="ContentElement" AutomationProperties.AccessibilityView="Raw"
- Foreground="{TemplateBinding ForegroundFocusBrush}"
+
HorizontalScrollMode="{TemplateBinding ScrollViewer.HorizontalScrollMode}"
HorizontalScrollBarVisibility="{TemplateBinding ScrollViewer.HorizontalScrollBarVisibility}"
IsTabStop="False" IsHorizontalRailEnabled="{TemplateBinding ScrollViewer.IsHorizontalRailEnabled}"