dialog: restore cancel button (fix #864)

We autofocus the confirm button with MutationObserver

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/877/head
Varun Patil 2023-10-11 19:58:02 -07:00
parent 49f8c1e824
commit 0c682b7cc3
1 changed files with 0 additions and 7 deletions

View File

@ -21,11 +21,4 @@ li.list-item__wrapper {
// Make OC dialogs larger to a minimum width
div.oc-dialog[role='dialog'] {
min-width: min(400px, 90vw);
// This close button is annoying since it does
// the same thing as the cancel button but needs
// two tabs to reach the OK button when visible.
button.oc-dialog-close {
display: none;
}
}