/*
 * Styling for the shared package switcher injected by ts-docs-nav.js.
 *
 * The injected markup deliberately reuses furo's own toctree classes
 * (caption, toctree-l1, current, reference internal/external) so it
 * inherits furo's sidebar look automatically. This file only covers the
 * few things furo doesn't already handle for us.
 */

.ts-docs-nav .current > a.reference.internal {
  /* The active package is a label, not a link (href="#") — make that visually clear. */
  cursor: default;
}
