Skip to content

Commit 867247a

Browse files
committed
Remove SwitchFocusVisualStyleKey
1 parent 9b21e7d commit 867247a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Flow.Launcher/Resources/SettingWindowStyle.xaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,6 @@
1111

1212
<!-- Icon for Theme Type Label -->
1313
<Geometry x:Key="circle_half_stroke_solid">F1 M512,512z M0,0z M448,256C448,150,362,64,256,64L256,448C362,448,448,362,448,256z M0,256A256,256,0,1,1,512,256A256,256,0,1,1,0,256z</Geometry>
14-
<Style x:Key="SwitchFocusVisualStyleKey">
15-
<Setter Property="Control.Template">
16-
<Setter.Value>
17-
<ControlTemplate>
18-
<Rectangle
19-
Margin="-8 -4 -8 -4"
20-
RadiusX="5"
21-
RadiusY="5"
22-
Stroke="{DynamicResource Color05B}"
23-
StrokeThickness="2" />
24-
</ControlTemplate>
25-
</Setter.Value>
26-
</Setter>
27-
</Style>
2814
<Style x:Key="SettingGrid" TargetType="ItemsControl">
2915
<Setter Property="Focusable" Value="False" />
3016
<Setter Property="Margin" Value="0" />

0 commit comments

Comments
 (0)