File tree Expand file tree Collapse file tree
src/MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
33
44 <!-- updated specification 2018 -->
5- <Style x : Key =" MaterialDesignBody1Hyperlink" TargetType =" {x:Type Hyperlink}" >
6- <Setter Property =" FontSize" Value =" 16" />
7- <Setter Property =" FontWeight" Value =" Regular" />
5+ <Style x : Key =" MaterialDesignHyperlink" TargetType =" {x:Type Hyperlink}" >
86 <Setter Property =" Foreground" Value =" {DynamicResource MaterialDesign.Brush.Foreground}" />
97 <Setter Property =" TextDecorations" Value =" None" />
108 <Style .Triggers>
2422 </Style .Triggers>
2523 </Style >
2624
25+ <Style x : Key =" MaterialDesignBody1Hyperlink"
26+ TargetType =" {x:Type Hyperlink}"
27+ BasedOn =" {StaticResource MaterialDesignHyperlink}" >
28+ <Setter Property =" FontSize" Value =" 16" />
29+ <Setter Property =" FontWeight" Value =" Regular" />
30+ </Style >
31+
2732 <Style x : Key =" MaterialDesignBody2Hyperlink"
2833 TargetType =" {x:Type Hyperlink}"
2934 BasedOn =" {StaticResource MaterialDesignBody1Hyperlink}" >
Original file line number Diff line number Diff line change 55 </ResourceDictionary .MergedDictionaries>
66
77 <Style x : Key =" MaterialDesignTextBlock" TargetType =" {x:Type TextBlock}" >
8+ <Style .Resources>
9+ <Style TargetType =" Hyperlink" BasedOn =" {StaticResource MaterialDesignHyperlink}" />
10+ </Style .Resources>
811 <Setter Property =" FontSize" Value =" 13" />
912 <Setter Property =" FontWeight" Value =" Regular" />
1013 <Setter Property =" Padding" Value =" 0,4" />
You can’t perform that action at this time.
0 commit comments