Bug 1433420 - fix scrollbox width selector for emulated flex to only apply to tabbrowser scrollbox, r=bgrins,dao

MozReview-Commit-ID: 6WPoJKZFCAD

--HG--
extra : rebase_source : b79162f5907bb79e07557012471ed551944913a5
This commit is contained in:
Gijs Kruitbosch 2018-01-31 11:40:03 +00:00
parent 609f5f84dc
commit cf5439d414

View File

@ -50,7 +50,8 @@ tabbrowser {
/* Needed to allow tabs to shrink to be skinnier than their page-title: */
min-width: 0;
}
.scrollbox-innerbox {
.tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox > .scrollbox-innerbox {
/* Needed to prevent tabstrip from growing as wide as the sum of the tabs'
page-title widths (when we'd rather have it be as wide as the window and
compress the tabs to their minimum size): */