Skip to content

Commit 30ed837

Browse files
fix: remove mozilla services from app menu, p=#10890
1 parent 1d4e246 commit 30ed837

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/zen/common/styles/zen-single-components.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
display: none !important;
3434
}
3535

36+
/* hide Mozilla services from the app menu */
37+
#PanelUI-fxa-menu-services,
38+
#PanelUI-fxa-cta-menu {
39+
display: none !important;
40+
}
41+
3642
body > #confetti {
3743
z-index: 1;
3844
}

0 commit comments

Comments
 (0)