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>
|
||||
|
||||
<Style TargetType="{x:Type Hyperlink}">
|
||||
<Style TargetType="Hyperlink">
|
||||
<Style.Triggers>
|
||||
<Trigger Property="IsMouseOver" Value="True">
|
||||
<Setter Property="Foreground">
|
||||
|
@ -42,6 +42,11 @@
|
||||
</Setter>
|
||||
</Trigger>
|
||||
</Style.Triggers>
|
||||
<Setter Property="Foreground">
|
||||
<Setter.Value>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</Setter.Value>
|
||||
</Setter>
|
||||
</Style>
|
||||
</ui:SymbolIcon.Style>
|
||||
</ui:SymbolIcon>
|
||||
|
Loading…
Reference in New Issue
Block a user