Follow-up I43a6951: Remove unnecessary only-child selector

An only-child will match first- and last-child selectors
so this additional selector is not required.

Change-Id: I17d468ba2bda37edc4e54f42f42d50e4b8831b46
This commit is contained in:
Ed Sanders 2020-11-16 22:39:17 +00:00
parent 4cc3db64a3
commit 1dccf67d0f
1 changed files with 0 additions and 5 deletions

View File

@ -137,11 +137,6 @@ pre,
> :last-child {
margin-bottom: 0;
}
> :only-child {
margin-top: 0;
margin-bottom: 0;
}
}
}