vikramlearning / blazorbootstrap-starter-templates

Blazor Bootstrap - Starter Templates (.NET 6/7/8)
https://docs.blazorbootstrap.com
24 stars 16 forks source link

Border around page heading #5

Closed mdeppe42 closed 11 months ago

mdeppe42 commented 11 months ago

On startup of the Demo Apps (Server and WebAssembly) the "Hello, World" heading appears with a border, as if it was selected using the tab key. It occurs in Firefox and Edge. How can I avoid this?

helloworld
gvreddy04 commented 11 months ago

@mdeppe42

Comment the below line in the App.razor page:

<FocusOnNavigate RouteData="@routeData" Selector="h1" />

Link: https://github.com/vikramlearning/blazorbootstrap-starter-templates/blob/master/src/BlazorBootstrap.Templates.Starter/NET6.BlazorServerApp/App.razor