Skip to content

Commit

Permalink
Merge pull request #364 from andersan/develop
Browse files Browse the repository at this point in the history
Add focus outline to password type inputs when navigating using keyboard
  • Loading branch information
marcellamaki authored Oct 11, 2022
2 parents b535a89 + 50a3ba5 commit 2737c89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ Releases are recorded as git tags in the [Github releases](https://github.com/le
- [#185] - Handle arrow key navigation and improve focusOutline
- [#338] - Allow for new 'nav' slot inline in the toolbar
- [#362] - Add documentation pages for 'KResponsiveWindow' and 'KResponsiveElement'
- [#364] - Fixes 'Missing focus ring around password inputs' while navigating with keyboard.

<!-- Referenced PRs -->
[#185]: https://github.com/learningequality/kolibri-design-system/pull/185
[#338]: https://github.com/learningequality/kolibri-design-system/pull/338
[#362]: https://github.com/learningequality/kolibri-design-system/pull/362

[#364]: https://github.com/learningequality/kolibri-design-system/pull/364

## Version 1.3.1

Expand Down
1 change: 1 addition & 0 deletions lib/styles/trackInputModality.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function setUpEventHandlers(disableFocusRingByDefault) {
'input[type=date]',
'input[type=time]',
'input[type=datetime]',
'input[type=password]',
'textarea',
'[role=textbox]',
'a',
Expand Down

0 comments on commit 2737c89

Please sign in to comment.