Backed out changeset 64995acca4a8 since the underlying issue should be fixed by bug 859126

--HG--
extra : rebase_source : 6441b5463a499cf673faa433e7693e53fdc98501
This commit is contained in:
Dão Gottwald 2014-04-09 19:16:43 +02:00
parent a8558a1415
commit b0db97af1e

View File

@ -771,17 +771,8 @@ menuitem.panel-subview-footer@menuStateActive@,
}
#BMB_bookmarksPopup menupopup > .bookmarks-actions-menuseparator {
/* Hide bottom separator as the styled footer includes a top border serving the same purpose.
* We can't just use display: none here, otherwise scrollbox.xml will flip out and sometimes
* refuse to scroll for us (see bug 984156). Instead, we set it to visibility hidden, force
* a minimum height, and then negative-margin that single pixel into oblivion. That seems
* to be enough to make scrollbox happy.
*/
-moz-appearance: none;
visibility: hidden;
min-height: 1px;
margin: -1px 0 0;
border: none;
/* Hide bottom separator as the styled footer includes a top border serving the same purpose */
display: none;
}
/* Popups with only one item don't have a footer */