Navigate to URL correctly shows the error, should it happen

Entry title linked to history version
Title text boxes selection now uses the main color
This commit is contained in:
BONNEVILLE Geoffroy
2018-06-25 17:31:17 +02:00
parent c6e27c35c8
commit 7ffcf1c82b
5 changed files with 12 additions and 12 deletions

View File

@@ -239,6 +239,7 @@
x:Name="TitleTextBox"
Text="{Binding Name, Mode=TwoWay}"
Foreground="{ThemeResource DefaultTextForegroundThemeBrush}"
SelectionHighlightColor="{StaticResource MainColor}"
Background="Transparent"
IsHitTestVisible="{Binding IsEditMode}"
BorderThickness="0"