Bugfix: AskPopupView tabbing failed now with input fields

This commit is contained in:
the-djmaze 2022-08-04 15:27:26 +02:00
parent aff9ba29e7
commit 639098f401
2 changed files with 13 additions and 5 deletions

View file

@ -5,4 +5,9 @@
padding: 3em 15px;
text-align: center;
}
button:focus {
box-shadow: 0 0 1px inset;
}
}