mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
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:
parent
6a6ab09dae
commit
1df564d0ac
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user