tweaked delete popup
This commit is contained in:
parent
9811a9a3e1
commit
096489d486
|
@ -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) {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue