File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -581,6 +581,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
581581 <button
582582 type =" button"
583583 class =" flex items-center gap-2 text-start rounded-sm focus-visible:(outline-2 outline-offset-2 outline-accent)"
584+ :class =" otherVersionsContainsCurrent() ? 'bg-bg-subtle' : ''"
584585 :aria-expanded =" otherVersionsExpanded"
585586 :aria-label ="
586587 otherVersionsExpanded
Original file line number Diff line number Diff line change @@ -703,6 +703,7 @@ const showSkeleton = shallowRef(false)
703703 as =" nav"
704704 :aria-label =" $t('package.navigation')"
705705 class =" ms-auto flex max-sm:(fixed bottom-4 inset-is-1/2 -translate-x-1/2 z-40 backdrop-blur-md)"
706+ :style =" navExtraOffsetStyle"
706707 :class =" $style.packageNav"
707708 >
708709 <LinkBase
You can’t perform that action at this time.
0 commit comments