Merge pull request #141 from irihitech/140-menu-open
Various fixes after preview 6
This commit is contained in:
commit
ed1b417332
@ -232,7 +232,7 @@
|
|||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<Style Selector="^:open /template/ PathIcon#PART_ExpandIcon">
|
<Style Selector="^:open /template/ PathIcon#PART_ExpandIcon">
|
||||||
<Setter Property="Foreground" Value="{DynamicResource MenuFlyoutSubItemChevronSubMenuOpened}" />
|
<Setter Property="Foreground" Value="{DynamicResource MenuItemExpandIconOpenForeground}" />
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<Style Selector="^:empty /template/ PathIcon#PART_ExpandIcon">
|
<Style Selector="^:empty /template/ PathIcon#PART_ExpandIcon">
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
|
|
||||||
<SolidColorBrush x:Key="MenuItemInputGestureTextForeground" Color="Gray" />
|
<SolidColorBrush x:Key="MenuItemInputGestureTextForeground" Color="Gray" />
|
||||||
<SolidColorBrush x:Key="MenuItemExpandIconForeground" Opacity="0.62" Color="#F9F9F9" />
|
<SolidColorBrush x:Key="MenuItemExpandIconForeground" Opacity="0.62" Color="#F9F9F9" />
|
||||||
|
<SolidColorBrush x:Key="MenuItemExpandIconOpenForeground" Color="#F9F9F9" />
|
||||||
<Thickness x:Key="MenuItemExpandIconMargin">4 0</Thickness>
|
<Thickness x:Key="MenuItemExpandIconMargin">4 0</Thickness>
|
||||||
|
|
||||||
<SolidColorBrush x:Key="MenuItemDisabledForeground" Opacity="0.35" Color="#F9F9F9" />
|
<SolidColorBrush x:Key="MenuItemDisabledForeground" Opacity="0.35" Color="#F9F9F9" />
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
|
|
||||||
<SolidColorBrush x:Key="MenuItemInputGestureTextForeground" Color="Gray" />
|
<SolidColorBrush x:Key="MenuItemInputGestureTextForeground" Color="Gray" />
|
||||||
<SolidColorBrush x:Key="MenuItemExpandIconForeground" Opacity="0.62" Color="#1C1F23" />
|
<SolidColorBrush x:Key="MenuItemExpandIconForeground" Opacity="0.62" Color="#1C1F23" />
|
||||||
|
<SolidColorBrush x:Key="MenuItemExpandIconOpenForeground" Color="#1C1F23" />
|
||||||
<Thickness x:Key="MenuItemExpandIconMargin">4 0</Thickness>
|
<Thickness x:Key="MenuItemExpandIconMargin">4 0</Thickness>
|
||||||
|
|
||||||
<SolidColorBrush x:Key="MenuItemDisabledForeground" Opacity="0.35" Color="#1C1F23" />
|
<SolidColorBrush x:Key="MenuItemDisabledForeground" Opacity="0.35" Color="#1C1F23" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user