Remove tabindex="-1" from input elements in search.html layout

Make `input` elements accessible by keyboard.

Fixes #2982
This commit is contained in:
Michael Rose
2021-06-23 08:27:06 -04:00
parent 3b62fcef6b
commit cc9d1fdaf3
3 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2021-06-23T08:17:10-04:00
last_modified_at: 2021-06-23T08:26:21-04:00
toc: false
---
@ -13,6 +13,7 @@ toc: false
### Bug Fixes
- Remove `tabindex="-1"` from `input` elements in `search.html` layout to allow them to be accessible by keyboard. [#2982](https://github.com/mmistakes/minimal-mistakes/issues/2982)
- Fix broken sidebar image in sample post. [#3013](https://github.com/mmistakes/minimal-mistakes/issues/3013)
- Fix broken links in Upgrading documentation. [#3004](https://github.com/mmistakes/minimal-mistakes/issues/3004)