mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
userChrome/popups.css: Hide some context menu items (MR 24)
This commit is contained in:
parent
87689ef2e2
commit
ff2f07873f
1 changed files with 11 additions and 0 deletions
|
@ -31,4 +31,15 @@
|
|||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue