Skip to content

Commit

Permalink
Fix: Panel - Seperator show at sign in #916
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jun 25, 2024
1 parent 76e3d6c commit 73b68da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/icons/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 73b68da

Please sign in to comment.