mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Colourise help icon
This commit is contained in:
parent
cad7bfb23b
commit
a37ea6079c
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<FontFamily x:Key="Rubik">pack://application:,,,/Resources/Fonts/#Rubik Light</FontFamily>
|
<FontFamily x:Key="Rubik">pack://application:,,,/Resources/Fonts/#Rubik Light</FontFamily>
|
||||||
|
|
||||||
<Style TargetType="{x:Type Hyperlink}">
|
<Style TargetType="Hyperlink">
|
||||||
<Style.Triggers>
|
<Style.Triggers>
|
||||||
<Trigger Property="IsMouseOver" Value="True">
|
<Trigger Property="IsMouseOver" Value="True">
|
||||||
<Setter Property="Foreground">
|
<Setter Property="Foreground">
|
||||||
|
@ -42,6 +42,11 @@
|
|||||||
</Setter>
|
</Setter>
|
||||||
</Trigger>
|
</Trigger>
|
||||||
</Style.Triggers>
|
</Style.Triggers>
|
||||||
|
<Setter Property="Foreground">
|
||||||
|
<Setter.Value>
|
||||||
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
|
</Setter.Value>
|
||||||
|
</Setter>
|
||||||
</Style>
|
</Style>
|
||||||
</ui:SymbolIcon.Style>
|
</ui:SymbolIcon.Style>
|
||||||
</ui:SymbolIcon>
|
</ui:SymbolIcon>
|
||||||
|
Loading…
Reference in New Issue
Block a user