Bug 1191966 part 1 - Remove rules for unused moz-collapsed attribute. r=dao

MozReview-Commit-ID: 2XMqdZFvTTN

--HG--
extra : rebase_source : ddd0d82cc2abfc5208c0bb4580191c4136122c20
extra : histedit_source : 826df4ae270ddfe872532b138dadc7047e9e3463
This commit is contained in:
Xidorn Quan 2016-05-23 14:14:19 +10:00
parent 0f349db869
commit 1124f1cb2f

View File

@ -91,8 +91,8 @@
/* We want a 4px gap between the TabsToolbar and the toolbar-menubar when the
toolbar-menu is displayed, and a 16px gap when it is not. 1px is taken care
of by the (light) outer shadow of the tab, the remaining 3/15 are these margins. */
#toolbar-menubar:not([moz-collapsed=true]):not([autohide=true]) ~ #TabsToolbar,
#toolbar-menubar:not([moz-collapsed=true])[autohide=true]:not([inactive]) ~ #TabsToolbar {
#toolbar-menubar:not([autohide=true]) ~ #TabsToolbar,
#toolbar-menubar[autohide=true]:not([inactive]) ~ #TabsToolbar {
margin-top: 3px;
}