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.
2 parents cd1f206 + cadd0cd commit d6b0835Copy full SHA for d6b0835
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