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 4375067 commit d7fd218Copy full SHA for d7fd218
src/Files.App.Controls/Omnibar/Omnibar.xaml
@@ -375,7 +375,12 @@
375
FontSize="{StaticResource TextBoxIconFontSize}"
376
Foreground="{ThemeResource TextControlButtonForeground}"
377
IsTabStop="False"
378
- Visibility="Collapsed" />
+ Visibility="Collapsed">
379
+ <Button.Resources>
380
+ <SolidColorBrush x:Key="ButtonBackgroundPointerOver" Color="{ThemeResource SubtleFillColorSecondary}" />
381
+ <SolidColorBrush x:Key="ButtonBackgroundPressed" Color="{ThemeResource SubtleFillColorTertiary}" />
382
+ </Button.Resources>
383
+ </Button>
384
</Grid>
385
386
<!-- Description -->
0 commit comments