Make 'Change password' button on account page keyboard-accessible. (#20958) (#21044)

This commit is contained in:
CJ Cenizal 2018-07-20 11:37:26 -07:00 committed by GitHub
parent dc83537d14
commit 126743296f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
<!-- Change password button -->
<a
kbn-accessible-click
class="kuiLink"
ng-show="!changePasswordController.isFormVisible"
ng-click="changePasswordController.showForm()"