We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1f206 commit cadd0cdCopy full SHA for cadd0cd
Rubberduck.Core/UI/Controls/ToolBar.xaml
@@ -458,7 +458,7 @@
458
<Setter Property="Foreground" Value="{Binding IsDimmed, Mode=OneWay, Converter={StaticResource BooleanToDimmed}}" />
459
<Style.Triggers>
460
<DataTrigger Binding="{Binding IsObsolete}" Value="True">
461
- <Setter Property="Foreground" Value="{StaticResource CaptionDisabledColor}" />
+ <Setter Property="Foreground" Value="{StaticResource CaptionDisabledBrush}" />
462
<Setter Property="TextDecorations" Value="Strikethrough" />
463
</DataTrigger>
464
</Style.Triggers>
0 commit comments