Bug 1494894 - sidebar CSS: remove duplicated padding on FixedSidebarItem;r=ladybenko

Depends on D9654

This padding is already set on SidebarItem so I think we can skip it here?

Differential Revision: https://phabricator.services.mozilla.com/D9655

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2018-10-26 15:00:08 +00:00
parent 7d87e1b4e8
commit 8f79dfd5e3

View File

@ -16,8 +16,6 @@
display: grid;
grid-template-columns: 34px 1fr;
font-size: 16px;
padding-inline-end: 10px;
padding-inline-start: 10px;
}
.sidebar-fixed-item__icon {