Simplify the dialog::backdrop CSS rules (PR 14710 follow-up)

After the changes in https://bugzilla.mozilla.org/show_bug.cgi?id=1761839, we no longer need this CSS work-around to prevent the entire `<dialog>` contents from becoming selected when the backdrop is clicked.
This commit is contained in:
Jonas Jenwald 2022-04-12 11:49:16 +02:00
parent 143ba30bef
commit 3aed103ce8

View File

@ -1302,7 +1302,6 @@ dialog {
}
dialog::backdrop {
background-color: rgba(0, 0, 0, 0.2);
user-select: none;
}
dialog > .row {