summaryrefslogtreecommitdiffstats
path: root/layout/style
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-01-29 14:55:20 +0000
committerMoonchild <moonchild@palemoon.org>2021-01-29 14:55:20 +0000
commit745254183c226e5db0caa566ad496d2f0192182e (patch)
tree467b282ce4e90dba6837dd9d631b6c9082463274 /layout/style
parentc76214f0b54cf74b69d0fb4afa0d2eca2e898a98 (diff)
parente1daeef18312a0cb17eda6bed7f363d8748ed4a3 (diff)
downloadUXP-745254183c226e5db0caa566ad496d2f0192182e.tar
UXP-745254183c226e5db0caa566ad496d2f0192182e.tar.gz
UXP-745254183c226e5db0caa566ad496d2f0192182e.tar.lz
UXP-745254183c226e5db0caa566ad496d2f0192182e.tar.xz
UXP-745254183c226e5db0caa566ad496d2f0192182e.zip
Merge branch 'master' into release
Diffstat (limited to 'layout/style')
-rw-r--r--layout/style/res/html.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/layout/style/res/html.css b/layout/style/res/html.css
index 066aab397..890ea6762 100644
--- a/layout/style/res/html.css
+++ b/layout/style/res/html.css
@@ -576,8 +576,10 @@ ul, menu, dir {
padding-inline-start: 40px;
}
-menu[type="context"] {
- display: none !important;
+@supports -moz-bool-pref("dom.menuitem.enabled") {
+ menu[type="context"] {
+ display: none !important;
+ }
}
ol {