mirror of
https://github.com/tuxdotrs/highminded.git
synced 2025-08-23 08:01:03 +05:30
feat: disable cursor switch on text inputs
This commit is contained in:
@@ -7,5 +7,11 @@
|
|||||||
<Application.Styles>
|
<Application.Styles>
|
||||||
<FluentTheme />
|
<FluentTheme />
|
||||||
<StyleInclude Source="avares://IconPacks.Avalonia/Icons.axaml" />
|
<StyleInclude Source="avares://IconPacks.Avalonia/Icons.axaml" />
|
||||||
|
|
||||||
|
<Style Selector="TextBox /template/ TextPresenter">
|
||||||
|
<Setter Property="Cursor" Value="Arrow" />
|
||||||
|
<Setter Property="Background" Value="Transparent" />
|
||||||
|
</Style>
|
||||||
|
|
||||||
</Application.Styles>
|
</Application.Styles>
|
||||||
</Application>
|
</Application>
|
Reference in New Issue
Block a user