diff --git a/src/styles/patch.scss b/src/styles/patch.scss index ee0acdd8..5ec48b74 100644 --- a/src/styles/patch.scss +++ b/src/styles/patch.scss @@ -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; - } }