tweaked delete popup

This commit is contained in:
Danny Coates 2018-01-09 11:20:36 -08:00
parent 9811a9a3e1
commit 096489d486
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
2 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,7 @@ module.exports = function(state, emit) {
function showPopup() {
const popupText = document.querySelector('.popuptext');
popupText.classList.add('show');
popupText.focus();
}
function cancel(e) {

View File

@ -416,6 +416,8 @@ tbody {
border-radius: 0 0 5px;
border-right: 1px solid #d7d7db;
border-bottom: 1px solid #d7d7db;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
}
.popup .show {