added outline styles for keyboard nav

This commit is contained in:
Danny Coates
2019-02-20 15:58:44 -08:00
parent 060b6835f1
commit b6a703d5de
6 changed files with 45 additions and 20 deletions

View File

@@ -68,8 +68,6 @@ function password(state, emit) {
event.preventDefault();
const el = document.getElementById('password-input');
const password = el.value;
// clear the value to prevent the save password dialog
el.value = '';
if (password.length > 0) {
document.getElementById('password-btn').disabled = true;
state.fileInfo.url = window.location.href;