mirror of
https://github.com/tuxdotrs/highminded.git
synced 2025-08-22 23:51:03 +05:30
feat: disable cursor switch on text inputs
This commit is contained in:
@@ -7,5 +7,11 @@
|
||||
<Application.Styles>
|
||||
<FluentTheme />
|
||||
<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>
|
Reference in New Issue
Block a user