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:
parent
b0cf35b8ff
commit
67257aa64b
@ -200,9 +200,12 @@ aio-toc.embedded {
|
||||
.toc-heading {
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
|
||||
&.collapsed {
|
||||
.secondary {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> div.collapsed li.secondary {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user