Changed tooltip styles

Removed useless isdirty field in entry
When an app can't be saved on suspend, don't reopen it to avoid possible de-sync
This commit is contained in:
Geoffroy BONNEVILLE
2020-05-13 18:59:26 +02:00
parent 0adb44bc81
commit 2e01fa2212
6 changed files with 63 additions and 24 deletions

View File

@@ -47,7 +47,6 @@
<SolidColorBrush x:Key="HyperlinkForegroundThemeBrush" Color="{ThemeResource MainColor}" />
<SolidColorBrush x:Key="HyperlinkPointerOverForegroundThemeBrush" Color="{ThemeResource MainColorLight}" />
<!--<SolidColorBrush x:Key="SearchBoxPointerOverBorderThemeBrush" Color="{ThemeResource MainColorLight}" />-->
<SolidColorBrush x:Key="SearchBoxPointerOverTextThemeBrush" Color="{ThemeResource MainColorLight}" />
<SolidColorBrush x:Key="SearchBoxBorderThemeBrush" Color="{ThemeResource BorderColor}" />
<SolidColorBrush x:Key="SearchBoxFocusedBorderThemeBrush" Color="{ThemeResource MainColor}" />