mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Panel - Seperator show at sign in #916
This commit is contained in:
parent
76e3d6c49d
commit
73b68dad86
3 changed files with 4 additions and 4 deletions
4
css/leptonChrome.css
generated
4
css/leptonChrome.css
generated
|
|
@ -11301,7 +11301,7 @@
|
|||
margin: var(--panel-separator-margin);
|
||||
padding: 0;
|
||||
}
|
||||
#PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||
display: none;
|
||||
}
|
||||
#PanelUI-fxa-menu > :first-child {
|
||||
|
|
@ -26061,7 +26061,7 @@
|
|||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") {
|
||||
#PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
css/leptonChromeESR.css
generated
2
css/leptonChromeESR.css
generated
|
|
@ -11739,7 +11739,7 @@
|
|||
margin: var(--panel-separator-margin);
|
||||
padding: 0;
|
||||
}
|
||||
#PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||
display: none;
|
||||
}
|
||||
#PanelUI-fxa-menu > :first-child {
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@
|
|||
margin: var(--panel-separator-margin);
|
||||
padding: 0;
|
||||
}
|
||||
#PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||
display: none; // #916
|
||||
}
|
||||
#PanelUI-fxa-menu > :first-child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue