ux: change cursor to Hand when mouse is hovered the commit web link

This commit is contained in:
leo 2024-08-14 11:14:21 +08:00
parent 55da40f8dc
commit f5d4f61c8a
No known key found for this signature in database

View file

@ -60,7 +60,7 @@
Margin="12,0,0,0"
VerticalAlignment="Center"/>
<Button Classes="icon_button" Click="OnOpenWebLink" IsVisible="{Binding #ThisControl.WebLinks, Converter={x:Static c:ListConverters.IsNotNullOrEmpty}}">
<Button Classes="icon_button" Cursor="Hand" Click="OnOpenWebLink" IsVisible="{Binding #ThisControl.WebLinks, Converter={x:Static c:ListConverters.IsNotNullOrEmpty}}">
<Path Width="12" Height="12" Data="{StaticResource Icons.Link}" Fill="{DynamicResource Brush.Link}"/>
</Button>
</StackPanel>