summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml b/win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml
index 80083df5e..926e19360 100644
--- a/win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml
+++ b/win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml
@@ -7,7 +7,7 @@
<SolidColorBrush x:Key="Button.Disabled.Foreground" Color="#FF838383" />
<Style TargetType="{x:Type Button}">
- <Setter Property="FocusVisualStyle" Value="{StaticResource FocusVisual}"/>
+ <!--<Setter Property="FocusVisualStyle" Value="{StaticResource FocusVisual}"/>-->
<Setter Property="Background" Value="{DynamicResource Ui.Light}" />
<Setter Property="BorderBrush" Value="{StaticResource Button.Static.Border}" />
<Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}" />