Bug 1428994 - Set dividers' margin-top as 16px to make its above and below space be equal and match visual spec. r=jaws

MozReview-Commit-ID: 6C66GNHfHdQ

--HG--
extra : rebase_source : 0b71e467c81b4288e6a5965f6de84e5d4924f923
This commit is contained in:
Evan Tseng 2018-01-10 16:30:49 +08:00
parent 6a6ab09dae
commit 1df564d0ac

View File

@ -126,8 +126,8 @@ button > hbox > label {
*/
.subcategory:not([hidden]) ~ .subcategory {
margin-top: 32px;
padding-top: 15px;
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid rgba(12, 12, 13, 0.15);
}