Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 8e98009

Browse files
committed
Fix LinkDropDown tab stops.
Fixes #410.
1 parent a00c7dd commit 8e98009

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub.VisualStudio/Styles/LinkDropDown.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
<ToggleButton Style="{StaticResource HyperLinkToggleButton}"
5454
Content="{TemplateBinding LinkText}"
5555
Foreground="{TemplateBinding Foreground}"
56-
IsChecked="{Binding IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"/>
56+
IsChecked="{Binding IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
57+
IsTabStop="False"/>
5758
<Popup Name="PART_Popup"
5859
AllowsTransparency="True"
5960
IsOpen="{TemplateBinding IsDropDownOpen}"

0 commit comments

Comments
 (0)