From 3aed103ce8ffa30ed4f77644cb3fd0891ec834f7 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 12 Apr 2022 11:49:16 +0200 Subject: [PATCH] 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 `` contents from becoming selected when the backdrop is clicked. --- web/viewer.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index 97d81cf3d..b00ef85b1 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -1302,7 +1302,6 @@ dialog { } dialog::backdrop { background-color: rgba(0, 0, 0, 0.2); - user-select: none; } dialog > .row {