Bug 1697415 - Hide pageActionSeparator in Proton. r=desktop-theme-reviewers,dao

Differential Revision: https://phabricator.services.mozilla.com/D107795
This commit is contained in:
Marco Bonardo 2021-03-10 12:39:44 +00:00
Родитель 2faee3fa51
Коммит 33af1f81ff
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -577,6 +577,14 @@
-moz-box-align: center;
}
@supports -moz-bool-pref("browser.proton.urlbar.enabled") {
#pageActionSeparator {
/* Just remove this element once Proton is released */
display: none;
}
} /*** END proton ***/
@supports not -moz-bool-pref("browser.proton.urlbar.enabled") {
#pageActionSeparator {
/* This draws the separator the same way that #urlbar-label-box draws its
left and right borders, which end up looking like separators. It might not
@ -596,6 +604,7 @@
visibility: visible;
margin-inline: 6px;
}
} /*** END !proton ***/
#userContext-icons,
#urlbar-zoom-button {