chore(webui): remove autofocus attributes in the redesigned pages
This commit is contained in:
parent
c69e323f9e
commit
5e033b5f14
3 changed files with 3 additions and 6 deletions
|
@ -5,8 +5,7 @@
|
|||
<legend>Account Settings</legend>
|
||||
<div style="align-items:center; display:grid; grid-template-columns:1fr 1fr;">
|
||||
<label for="dark-mode">Dark mode</label>
|
||||
<input autofocus
|
||||
{{ if not .Settings.LightMode }}checked{{ end }}
|
||||
<input {{ if not .Settings.LightMode }}checked{{ end }}
|
||||
id="dark-mode"
|
||||
name="dark-mode"
|
||||
type="checkbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue