File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 36
36
<Style BasedOn =" {StaticResource DefaultMenuFlyoutItemStyle}" TargetType =" MenuFlyoutItem" >
37
37
<Setter Property =" FontFamily" Value =" {ThemeResource ContentControlThemeFontFamily}" />
38
38
</Style >
39
-
39
+
40
40
<!-- Workaround for https://github.com/files-community/Files/issues/12026 -->
41
41
<Style BasedOn =" {StaticResource DefaultToggleMenuFlyoutItemStyle}" TargetType =" ToggleMenuFlyoutItem" >
42
42
<Setter Property =" FontFamily" Value =" {ThemeResource ContentControlThemeFontFamily}" />
43
43
</Style >
44
-
44
+
45
45
<!-- Workaround for https://github.com/files-community/Files/issues/12026 -->
46
46
<Style BasedOn =" {StaticResource DefaultMenuFlyoutSubItemStyle}" TargetType =" MenuFlyoutSubItem" >
47
47
<Setter Property =" FontFamily" Value =" {ThemeResource ContentControlThemeFontFamily}" />
Original file line number Diff line number Diff line change 514
514
</Style >
515
515
</ListView .ItemContainerStyle>
516
516
517
+ <!-- Remove All Transitions -->
518
+ <ListView .ItemContainerTransitions>
519
+ <TransitionCollection />
520
+ </ListView .ItemContainerTransitions>
517
521
</ListView >
518
522
</ScrollViewer >
519
523
You can’t perform that action at this time.
0 commit comments