We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CheckBox:focus-visible
1 parent e71c5f2 commit a635141Copy full SHA for a635141
src/Resources/Styles.axaml
@@ -1102,10 +1102,7 @@
1102
1103
<Style Selector="^:focus-visible /template/ Border#Border">
1104
<Setter Property="BorderBrush" Value="{DynamicResource Brush.Accent}"/>
1105
- <Setter Property="Background" Value="{DynamicResource Brush.Accent}"/>
1106
- </Style>
1107
- <Style Selector="^:focus-visible /template/ Path#Icon">
1108
- <Setter Property="Fill" Value="White"/>
+ <Setter Property="BorderThickness" Value="2"/>
1109
</Style>
1110
<Style Selector="^:pointerover /template/ Border#Border">
1111
0 commit comments