Bug 1395596 - Avoid changing the bookmarks toolbar's height when entering customize mode and the toolar is non-empty. r=Gijs

MozReview-Commit-ID: KSCW3LkpZNA

--HG--
extra : rebase_source : 2c305031886ff32fb341d470bdc054336e855781
This commit is contained in:
Dão Gottwald 2017-09-05 13:14:26 +02:00
parent 9aee4ae83a
commit cd8e4a7817

View File

@ -49,10 +49,11 @@
outline: 1px dashed;
outline-offset: -3px;
-moz-outline-radius: 2px;
}
#navigator-toolbox > toolbar[customizing]:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar):empty {
/* Avoid the toolbar having no height when there's no items in it */
min-height: 22px;
/* There's no border in customize mode, so we don't need extra padding. */
padding-bottom: 0;
}
/* Library animation */