mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-10 21:34:59 +00:00
style<DataGrid, ListView>: remove default FocusVisualStyle
This commit is contained in:
parent
245084fd34
commit
c7f9d249ed
2 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
<Style x:Key="Style.ListViewItem.Borderless" TargetType="{x:Type ListViewItem}">
|
||||
<Setter Property="Padding" Value="2"/>
|
||||
<Setter Property="FocusVisualStyle" Value="{x:Null}"/>
|
||||
<Setter Property="SnapsToDevicePixels" Value="true"/>
|
||||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue