userChrome/popups.css: Hide some context menu items (MR 24)

This commit is contained in:
Teemu Ikonen 2022-09-05 00:20:59 +03:00
parent 87689ef2e2
commit ff2f07873f
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -31,4 +31,15 @@
height: 200px; height: 200px;
min-height: 200px; min-height: 200px;
} }
/* Hide some context menu items */
#context-inspect,
#context-inspect-a11y,
#context-savelinktopocket,
#context-searchselect,
#context-sendlinktodevice,
#context-viewpartialsource-selection,
#inspect-separator {
display: none !important
}
} }