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:
parent
143ba30bef
commit
3aed103ce8
@ -1302,7 +1302,6 @@ dialog {
|
||||
}
|
||||
dialog::backdrop {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
dialog > .row {
|
||||
|
Loading…
Reference in New Issue
Block a user