File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/Files.App.Controls/BreadcrumbBar Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 143143 <StaticResource x : Key =" ButtonBackgroundPressed" ResourceKey =" SubtleFillColorSecondaryBrush" />
144144 </ResourceDictionary >
145145 </Button .Resources>
146+
146147 <FlyoutBase .AttachedFlyout>
147148 <MenuFlyout
148149 x:Name=" PART_ItemEllipsisDropDownMenuFlyout"
189190 CornerRadius=" {StaticResource BreadcrumbBarChevronCornerRaduis}"
190191 Style=" {StaticResource BreadcrumbBarItemChevronButtonStyle}"
191192 UseSystemFocusVisuals=" True" >
193+ <Button .Resources>
194+ <ResourceDictionary >
195+ <StaticResource x : Key =" ButtonBackgroundPointerOver" ResourceKey =" SubtleFillColorTertiaryBrush" />
196+ <StaticResource x : Key =" ButtonBackgroundPressed" ResourceKey =" SubtleFillColorSecondaryBrush" />
197+ </ResourceDictionary >
198+ </Button .Resources>
199+
192200 <FlyoutBase .AttachedFlyout>
193201 <MenuFlyout
194202 x:Name=" PART_ItemChevronDropDownMenuFlyout"
You can’t perform that action at this time.
0 commit comments