Bug 1528090 - ensure that the urlbar page action separator is not visible because of toolbartabstop. r=dao

MozReview-Commit-ID: C81oYaPsuAd

Differential Revision: https://phabricator.services.mozilla.com/D19969

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Yura Zenevich 2019-02-19 14:33:50 +00:00
parent bf84e7fd35
commit 916db35cb2

View File

@ -251,7 +251,7 @@
height: 30px;
}
#page-action-buttons > :not([hidden]) ~ #pageActionSeparator {
#page-action-buttons > :not([hidden]):not(toolbartabstop) ~ #pageActionSeparator {
/* Show the separator between the page actions and other elements when at
least one of the latter is shown. */
visibility: visible;