mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
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:
parent
609f5f84dc
commit
cf5439d414
@ -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): */
|
||||
|
Loading…
Reference in New Issue
Block a user