You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vscode-api-cn.js/theme/assets/css/elements/_hierarchy.sass

25 lines
610 B

// Displays the type hierarchy
//
// <ul class="tsd-hierarchy">
// <li>
// <a href="#" class="tsd-signature-type">Event</a>
// <ul class="tsd-hierarchy">
// <li>
// <span class="target">DispatcherEvent</span>
// <ul class="tsd-hierarchy">
// <li><a href="#" class="tsd-signature-type">BaseState</a></li>
// <li><a href="#" class="tsd-signature-type">ReflectionEvent</a></li>
// </ul>
// </li>
// </ul>
// </li>
// </ul>
//
.tsd-hierarchy
list-style: square
padding: 0 0 0 20px
margin: 0
.target
font-weight: bold