refactor(docs-infra): merge style rules in _toc.scss (#40704)

This commit cleans up the styles in `_toc.scss` by merging together
blocks that target the same elements.

PR Close #40704
This commit is contained in:
George Kalpakas 2021-02-05 12:49:08 +02:00 committed by Alex Rickabaugh
parent b0cf35b8ff
commit 67257aa64b

View File

@ -200,9 +200,12 @@ aio-toc.embedded {
.toc-heading {
margin: 0 0 8px;
}
&.collapsed {
.secondary {
display: none;
}
}
}
> div.collapsed li.secondary {
display: none;
}
}