diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 6b22b66..b33081b 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -11571,7 +11571,8 @@ #PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator { display: none; } - #PanelUI-fxa-menu > :first-child { + #PanelUI-fxa-menu > :first-child, + #fxa-manage-account-button { order: -1; -moz-box-ordinal-group: 0; } @@ -26755,7 +26756,8 @@ } } @media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") { - #PanelUI-fxa-menu > :first-child { + #PanelUI-fxa-menu > :first-child, + #fxa-manage-account-button { order: -1; -moz-box-ordinal-group: 0; } diff --git a/css/leptonChromeESR.css b/css/leptonChromeESR.css index 49e93b2..061d81d 100644 --- a/css/leptonChromeESR.css +++ b/css/leptonChromeESR.css @@ -12009,7 +12009,8 @@ #PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator { display: none; } - #PanelUI-fxa-menu > :first-child { + #PanelUI-fxa-menu > :first-child, + #fxa-manage-account-button { order: -1; -moz-box-ordinal-group: 0; } diff --git a/src/icons/_panel.scss b/src/icons/_panel.scss index ba860fd..638d1cf 100644 --- a/src/icons/_panel.scss +++ b/src/icons/_panel.scss @@ -259,7 +259,8 @@ #PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator { display: none; // #916 } -#PanelUI-fxa-menu > :first-child { +#PanelUI-fxa-menu > :first-child, +#fxa-manage-account-button { @include BoxOrder(0); } #PanelUI-sign-out-separator {